▼CClosedLoopHardwareInterfaceAdapter< State > | Helper base class template for closed loop HardwareInterfaceAdapter implementations |
CHardwareInterfaceAdapter< hardware_interface::EffortJointInterface, State > | Adapter for an effort-controlled hardware interface. Maps position and velocity errors to effort commands through a position PID loop |
CHardwareInterfaceAdapter< hardware_interface::VelocityJointInterface, State > | Adapter for an velocity-controlled hardware interface. Maps position and velocity errors to velocity commands through a velocity PID loop |
▼Ccontroller_interface::ControllerBase [external] | |
▼Ccontroller_interface::Controller< HardwareInterface > [external] | |
Cjoint_trajectory_controller::JointTrajectoryController< SegmentImpl, HardwareInterface > | Controller for executing joint-space trajectories on a group of joints |
CHardwareInterfaceAdapter< HardwareInterface, State > | Helper class to simplify integrating the JointTrajectoryController with different hardware interfaces |
CHardwareInterfaceAdapter< hardware_interface::PositionJointInterface, State > | Adapter for a position-controlled hardware interface. Forwards desired positions as commands |
CHardwareInterfaceAdapter< hardware_interface::PosVelAccJointInterface, State > | Adapter for a spline-controlled hardware interface. Forwards desired positions as commands |
CHardwareInterfaceAdapter< hardware_interface::PosVelJointInterface, State > | Adapter for a pos-vel hardware interface. Forwards desired positions with velcities as commands |
CHardwareInterfaceAdapter< HardwareInterface, typename Segment::State > | |
Cjoint_trajectory_controller::InitJointTrajectoryOptions< Trajectory > | Options used when initializing a joint trajectory from ROS message data |
Cjoint_trajectory_controller::internal::IsBeforePoint | |
Ctrajectory_interface::PosVelAccState< ScalarType > | Multi-dof trajectory state containing position, velocity and acceleration data |
Ctrajectory_interface::QuinticSplineSegment< ScalarType > | Class representing a multi-dimensional quintic spline segment with a start and end time |
▼CSegment | |
Cjoint_trajectory_controller::JointTrajectorySegment< Segment > | Class representing a multi-dimensional quintic spline segment with a start and end time |
Cjoint_trajectory_controller::SegmentTolerances< Scalar > | Trajectory segment tolerances |
Cjoint_trajectory_controller::SegmentTolerancesPerJoint< Scalar > | Trajectory segment tolerances per Joint |
▼CState | |
Cjoint_trajectory_controller::JointTrajectorySegment< Segment >::State | |
Cjoint_trajectory_controller::StateTolerances< Scalar > | Trajectory state tolerances for position, velocity and acceleration variables |
Cjoint_trajectory_controller::JointTrajectoryController< SegmentImpl, HardwareInterface >::TimeData | |