Store position and velocity command in struct to allow easier realtime buffer usage. More...
#include <joint_position_controller.h>
Public Attributes | |
bool | has_velocity_ |
double | position_ |
double | velocity_ |
Store position and velocity command in struct to allow easier realtime buffer usage.
Definition at line 85 of file joint_position_controller.h.
bool effort_controllers::JointPositionController::Commands::has_velocity_ |
Definition at line 89 of file joint_position_controller.h.
double effort_controllers::JointPositionController::Commands::position_ |
Definition at line 87 of file joint_position_controller.h.
double effort_controllers::JointPositionController::Commands::velocity_ |
Definition at line 88 of file joint_position_controller.h.