Provides a standardized interface for interfacing with preemptable tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud, detecting the handle of a door, etc.
This adds a check to see if the transition callback is for the current goal handle similar as is already done in _handle_feedback.
We have this error Received comm state ACTIVE when in simple state DONE with SimpleActionClient pop up occasionally when quickly overwriting the goals on the simple action client. This PR fixes that.
This adds a check to see if the transition callback is for the current goal handle similar as is already done in
_handle_feedback
.We have this error
Received comm state ACTIVE when in simple state DONE with SimpleActionClient
pop up occasionally when quickly overwriting the goals on the simple action client. This PR fixes that.