#include <mrpt/core/exceptions.h>
#include <mrpt/math/distributions.h>
#include <mrpt/math/ops_containers.h>
#include <mrpt/system/datetime.h>
#include <mvsim/Comms/Client.h>
#include <mvsim/mvsim-msgs/ObservationLidar2D.pb.h>
#include <mvsim/mvsim-msgs/TimeStampedPose.pb.h>
#include "mvsim-cli.h"
Go to the source code of this file.
◆ callbackSubscribeTopicGeneric()
static void callbackSubscribeTopicGeneric |
( |
const zmq::message_t & |
msg | ) |
|
|
static |
◆ commandTopic()
◆ echo_ObservationLidar2D()
static void echo_ObservationLidar2D |
( |
const std::string & |
data | ) |
|
|
static |
◆ echo_TimeStampedPose()
static void echo_TimeStampedPose |
( |
const std::string & |
data | ) |
|
|
static |
◆ printCommandsTopic()
int printCommandsTopic |
( |
bool |
showErrorMsg | ) |
|
|
static |
◆ topicEcho()
◆ topicHz()
◆ topicList()
◆ cliTopicCommands
const std::map<std::string, cmd_t> cliTopicCommands |