#include <command_sender.h>

Public Member Functions | |
| int | getIndex () |
| JointPointCommandSender (ros::NodeHandle &nh, const sensor_msgs::JointState &joint_state) | |
| void | setPoint (double point) |
| void | setZero () override |
Public Member Functions inherited from rm_common::CommandSenderBase< std_msgs::Float64 > | |
| CommandSenderBase (ros::NodeHandle &nh) | |
| std_msgs::Float64 * | 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) |
Private Attributes | |
| int | index_ {} |
| std::string | joint_ {} |
| const sensor_msgs::JointState & | joint_state_ |
Additional Inherited Members | |
Protected Attributes inherited from rm_common::CommandSenderBase< std_msgs::Float64 > | |
| std_msgs::Float64 | msg_ |
| ros::Publisher | pub_ |
| uint32_t | queue_size_ |
| std::string | topic_ |
Definition at line 832 of file command_sender.h.
|
inlineexplicit |
Definition at line 835 of file command_sender.h.
|
inline |
Definition at line 844 of file command_sender.h.
|
inline |
Definition at line 840 of file command_sender.h.
|
inlineoverridevirtual |
Implements rm_common::CommandSenderBase< std_msgs::Float64 >.
Definition at line 858 of file command_sender.h.
|
private |
Definition at line 862 of file command_sender.h.
|
private |
Definition at line 861 of file command_sender.h.
|
private |
Definition at line 863 of file command_sender.h.