Invalid Trajectory: start point deviates from current robot state more than …
This issue is about Moveit! not the joint trajectory controller.
/move_group/trajectory_execution/allowed_start_tolerance
set 0 will disable the check.
<param name="move_group/trajectory_execution/allowed_execution_duration_scaling" value="4.0" />
<param name="move_group/trajectory_execution/execution_duration_monitoring" value="false" />
This issue is about Moveit! not the joint trajectory controller.
Solution:
set ros param
allowed_start_tolerance:set 0 will disable the check.
disable executation duration monitoring:
Reference