|
rm_control
|
#include <command_sender.h>


Public Member Functions | |
| BalanceCommandSender (ros::NodeHandle &nh) | |
| void | setBalanceMode (const int mode) |
| int | getBalanceMode () |
| void | setZero () override |
Public Member Functions inherited from rm_common::CommandSenderBase< std_msgs::UInt8 > | |
| 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::UInt8 * | getMsg () |
Additional Inherited Members | |
Protected Attributes inherited from rm_common::CommandSenderBase< std_msgs::UInt8 > | |
| std::string | topic_ |
| uint32_t | queue_size_ |
| ros::Publisher | pub_ |
| std_msgs::UInt8 | msg_ |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements rm_common::CommandSenderBase< std_msgs::UInt8 >.