-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Invalid Trajectory: start point deviates from current robot state more than …
This issue is about Moveit! not the joint trajectory controller.
Solution:
set ros param allowed_start_tolerance:
/move_group/trajectory_execution/allowed_start_tolerance
set 0 will disable the check.
disable executation duration monitoring:
<param name="move_group/trajectory_execution/allowed_execution_duration_scaling" value="4.0" />
<param name="move_group/trajectory_execution/execution_duration_monitoring" value="false" />Reference
- “Invalid Trajectory: start point deviates from current robot state more than …“
- How do I disable execution_duration_monitoring ?
- Invalid Trajectory: start point deviates from current robot state
- [kinetic] Invalid Trajectory: start point deviates from current robot state more than 0.01
- Invalid Trajectory: start point deviates from current robot state
- Invalid Trajectory: start point deviates
- joint_trajectory_controller ros wiki
Metadata
Metadata
Assignees
Labels
No labels