Closed
Description
Would be nice to have
JointTrajectoryController
ignores goal_time_tolerance
set via FollowJointTrajectory.Goal.goal_time_tolerance together with path_tolerance
and goal_tolerance
.
Potential ROS1 inspiration
Implement something like a ROS1 version updateSegmentTolerances
which is called every time new goal is received through updateTrajectoryCommand
or whenever new trajectory is received.
The parameter propagation is continued on the call of initJointTrajectory
which in the end uses updateSegmentTolerances
here
This is needed to be able to overwrite constraints that are set via parameter server on the jtc start.