#include <command_sender.h>

Public Member Functions | |
| CameraSwitchCommandSender (ros::NodeHandle &nh) | |
| void | sendCommand (const ros::Time &time) override |
| void | setZero () override |
| void | switchCamera () |
Public Member Functions inherited from rm_common::CommandSenderBase< std_msgs::String > | |
| CommandSenderBase (ros::NodeHandle &nh) | |
| std_msgs::String * | getMsg () |
| 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) |
Private Attributes | |
| std::string | camera1_name_ {} |
| std::string | camera2_name_ {} |
Additional Inherited Members | |
Protected Attributes inherited from rm_common::CommandSenderBase< std_msgs::String > | |
| std_msgs::String | msg_ |
| ros::Publisher | pub_ |
| uint32_t | queue_size_ |
| std::string | topic_ |
Definition at line 866 of file command_sender.h.
|
inlineexplicit |
Definition at line 869 of file command_sender.h.
|
inlineoverridevirtual |
Reimplemented from rm_common::CommandSenderBase< std_msgs::String >.
Definition at line 878 of file command_sender.h.
|
inlineoverridevirtual |
Implements rm_common::CommandSenderBase< std_msgs::String >.
Definition at line 882 of file command_sender.h.
|
inline |
Definition at line 874 of file command_sender.h.
|
private |
Definition at line 885 of file command_sender.h.
|
private |
Definition at line 885 of file command_sender.h.