Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 26, 2024
1 parent 0d58f8d commit 24573a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class TrajectoryExecutionManager
std::map<std::string, double> controller_allowed_goal_duration_margin_;

double allowed_start_tolerance_; // joint tolerance for validate(): radians for revolute joints
// joint tolerance per joint, overrides allowed_start_tolerance_.
// tolerance per joint, overrides global allowed_start_tolerance_.
std::map<std::string, double> joints_allowed_start_tolerance_;
double execution_velocity_scaling_;
bool wait_for_trajectory_completion_;
Expand Down

0 comments on commit 24573a1

Please sign in to comment.