You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a SimpleActionClient, I would like to be able to cancel a goal with minimal delay. But using cancel_goal() sometimes yields the following error:
Received comm state PREEMPTING when in simple state DONE with SimpleActionClient in NS /sequence_move_group
This is due to the action client transitioning from DONE -> WAITING_FOR_CANCEL_ACK. In my opinion this should not happen. (which would be in accordance with the figure of the state transitions: http://wiki.ros.org/actionlib/DetailedDescription).
The text was updated successfully, but these errors were encountered:
Using a SimpleActionClient, I would like to be able to cancel a goal with minimal delay. But using cancel_goal() sometimes yields the following error:
This is due to the action client transitioning from DONE -> WAITING_FOR_CANCEL_ACK. In my opinion this should not happen. (which would be in accordance with the figure of the state transitions: http://wiki.ros.org/actionlib/DetailedDescription).
The text was updated successfully, but these errors were encountered: