ros2_control - rolling
|
Trajectory segment tolerances. More...
#include <tolerances.hpp>
Public Member Functions | |
SegmentTolerances (size_t size=0) | |
Public Attributes | |
std::vector< StateTolerances > | state_tolerance |
std::vector< StateTolerances > | goal_state_tolerance |
double | goal_time_tolerance = 0.0 |
Trajectory segment tolerances.
std::vector<StateTolerances> joint_trajectory_controller::SegmentTolerances::goal_state_tolerance |
State tolerances that apply for the goal state only.
double joint_trajectory_controller::SegmentTolerances::goal_time_tolerance = 0.0 |
Extra time after the segment end time allowed to reach the goal state tolerances.
std::vector<StateTolerances> joint_trajectory_controller::SegmentTolerances::state_tolerance |
State tolerances that apply during segment execution.