#include <command_sender.h>
Public Member Functions | |
BalanceCommandSender (ros::NodeHandle &nh) | |
int | getBalanceMode () |
void | setBalanceMode (const int mode) |
void | setZero () override |
![]() | |
CommandSenderBase (ros::NodeHandle &nh) | |
std_msgs::UInt8 * | getMsg () |
virtual void | sendCommand (const ros::Time &time) |
void | setMode (int mode) |
virtual void | updateCapacityData (const rm_msgs::PowerManagementSampleAndStatusData data) |
virtual void | updateGameRobotStatus (const rm_msgs::GameRobotStatus data) |
virtual void | updateGameStatus (const rm_msgs::GameStatus data) |
virtual void | updatePowerHeatData (const rm_msgs::PowerHeatData data) |
Additional Inherited Members | |
![]() | |
std_msgs::UInt8 | msg_ |
ros::Publisher | pub_ |
uint32_t | queue_size_ |
std::string | topic_ |
Definition at line 624 of file command_sender.h.
|
inlineexplicit |
Definition at line 627 of file command_sender.h.
|
inline |
Definition at line 635 of file command_sender.h.
|
inline |
Definition at line 631 of file command_sender.h.
|
inlineoverridevirtual |
Implements rm_common::CommandSenderBase< std_msgs::UInt8 >.
Definition at line 639 of file command_sender.h.