Classes | |
class | JointPositionController |
Joint Position Controller. More... | |
Typedefs | |
typedef forward_command_controller::ForwardJointGroupCommandController< hardware_interface::VelocityJointInterface > | JointGroupVelocityController |
Forward command controller for a set of velocity controlled joints (linear or angular). More... | |
typedef forward_command_controller::ForwardCommandController< hardware_interface::VelocityJointInterface > | JointVelocityController |
Joint Velocity Controller (linear or angular) More... | |
typedef forward_command_controller::ForwardJointGroupCommandController<hardware_interface::VelocityJointInterface> velocity_controllers::JointGroupVelocityController |
Forward command controller for a set of velocity controlled joints (linear or angular).
This class forwards the commanded velocities down to a set of joints.
type | Must be "JointGroupVelocityController". |
joints | List of names of the joints to control. |
Subscribes to:
Definition at line 60 of file joint_group_velocity_controller.h.
typedef forward_command_controller::ForwardCommandController<hardware_interface::VelocityJointInterface> velocity_controllers::JointVelocityController |
Joint Velocity Controller (linear or angular)
This class passes the commanded velocity down to the joint
type | Must be "JointVelocityController". |
joint | Name of the joint to control. |
Subscribes to:
Definition at line 59 of file joint_velocity_controller.h.