|
rm_control
|
#include <command_sender.h>


Public Member Functions | |
| UseLioCommandSender (ros::NodeHandle &nh) | |
| void | setUseLio (bool flag) |
| bool | getUseLio () const |
| void | setZero () override |
Public Member Functions inherited from rm_common::CommandSenderBase< std_msgs::Bool > | |
| CommandSenderBase (ros::NodeHandle &nh) | |
| void | setMode (int mode) |
| virtual void | sendCommand (const ros::Time &time) |
| 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) |
| std_msgs::Bool * | getMsg () |
Additional Inherited Members | |
Protected Attributes inherited from rm_common::CommandSenderBase< std_msgs::Bool > | |
| std::string | topic_ |
| uint32_t | queue_size_ |
| ros::Publisher | pub_ |
| std_msgs::Bool | msg_ |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements rm_common::CommandSenderBase< std_msgs::Bool >.