Typedefs | |
template<class HWInterface > | |
using | Controller = controller_interface::MultiInterfaceController< HWInterface, scaled_controllers::SpeedScalingInterface > |
A common control type with optional speed scaling interface. More... | |
typedef trajectory_interface::QuinticSplineSegment< double > | QuinticSplineSegment |
typedef CartesianTrajectorySegment::SplineState | SplineState |
typedef CartesianTrajectorySegment::Time | Time |
Functions | |
CartesianTrajectorySegment::SplineState | convert (const CartesianState &state) |
CartesianState | convert (const CartesianTrajectorySegment::SplineState &state) |
std::ostream & | operator<< (std::ostream &os, const CartesianTrajectorySegment::SplineState &state) |
std::ostream & | operator<< (std::ostream &out, const CartesianState &state) |
using ros_controllers_cartesian::Controller = typedef controller_interface::MultiInterfaceController<HWInterface, scaled_controllers::SpeedScalingInterface> |
A common control type with optional speed scaling interface.
HWInterface | Hardware interface essential for control |
Definition at line 58 of file control_policies.h.