32 #ifndef JOINT_TRAJECTORY_DOWNLOADER_H 33 #define JOINT_TRAJECTORY_DOWNLOADER_H 39 namespace joint_trajectory_downloader
54 bool send_to_robot(
const std::vector<JointTrajPtMessage>& messages);
Message handler that downloads joint trajectories to a robot controller that supports the trajectory ...
Message handler that relays joint trajectories to the robot controller.
bool send_to_robot(const std::vector< JointTrajPtMessage > &messages)
Send trajectory to robot, using this node's robot-connection. Specific method must be implemented in ...