rm_control
|
#include <command_sender.h>
Public Member Functions | |
TimeStampCommandSenderBase (ros::NodeHandle &nh) | |
void | sendCommand (const ros::Time &time) override |
![]() | |
CommandSenderBase (ros::NodeHandle &nh) | |
void | setMode (int mode) |
virtual void | updateGameRobotStatus (const rm_msgs::GameRobotStatus data) |
virtual void | updateGameStatus (const rm_msgs::GameStatus data) |
virtual void | updateCapacityData (const rm_msgs::PowerManagementSampleAndStatusData data) |
virtual void | updatePowerHeatData (const rm_msgs::PowerHeatData data) |
virtual void | setZero ()=0 |
MsgType * | getMsg () |
Additional Inherited Members | |
![]() | |
std::string | topic_ |
uint32_t | queue_size_ |
ros::Publisher | pub_ |
MsgType | msg_ |
|
inlineexplicit |
|
inlineoverridevirtual |
Reimplemented from rm_common::CommandSenderBase< MsgType >.