ros2_control - rolling
Public Member Functions | Public Attributes | List of all members
joint_trajectory_controller::SegmentTolerances Struct Reference

Trajectory segment tolerances. More...

#include <tolerances.hpp>

Public Member Functions

 SegmentTolerances (size_t size=0)
 

Public Attributes

std::vector< StateTolerancesstate_tolerance
 
std::vector< StateTolerancesgoal_state_tolerance
 
double goal_time_tolerance = 0.0
 

Detailed Description

Trajectory segment tolerances.

Member Data Documentation

◆ goal_state_tolerance

std::vector<StateTolerances> joint_trajectory_controller::SegmentTolerances::goal_state_tolerance

State tolerances that apply for the goal state only.

◆ goal_time_tolerance

double joint_trajectory_controller::SegmentTolerances::goal_time_tolerance = 0.0

Extra time after the segment end time allowed to reach the goal state tolerances.

◆ state_tolerance

std::vector<StateTolerances> joint_trajectory_controller::SegmentTolerances::state_tolerance

State tolerances that apply during segment execution.


The documentation for this struct was generated from the following file: