I am not sure this is desired behavior. What are your impressions?
shoulder_pan_joint: { trajectory: 0.2, goal: 0.001 }
shoulder_lift_joint: { trajectory: 0.2, goal: 0.001 }
elbow_joint: { trajectory: 0.2, goal: 0.001 }
wrist_1_joint: { trajectory: 0.2, goal: 0.001 }
wrist_2_joint: { trajectory: 0.2, goal: 0.001 }
wrist_3_joint: { trajectory: 0.2, goal: 0.001 }
<param name="position_state_following_offset">-0.005</param>
which will make sure you never reach goal.
Configuration
humbleDescribe the bug
When
constraints.goal_time = 0.0and there isconstraints.<joint_name>.goalthat is different than zero and can't be satisfied we always end up here and the action result is never returned.I am not sure this is desired behavior. What are your impressions?
To Reproduce
Steps to reproduce the behavior:
which will make sure you never reach goal.