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
^[[INFO] [WallTime: 1462437864.835321] Preempt on state machine requested! │·····
[ERROR] [WallTime: 1462437864.836312] Failed to preempt contained state 'LEARN_MODEL': Traceback (most recent call last): │·····
File "/opt/ros/indigo/lib/python2.7/dist-packages/smach/state_machine.py", line 396, in _preempt_current_state │·····
self._preempted_state.request_preempt() │·····
File "/opt/ros/indigo/lib/python2.7/dist-packages/smach/state_machine.py", line 375, in request_preempt │·····
with self._state_transitioning_lock: │·····
AttributeError: 'LearnObjectModel' object has no attribute '_state_transitioning_lock'
The text was updated successfully, but these errors were encountered:
@hawesie as far as I know, the metric mapping action server is preemptable, but I'm not sure about the others. I think the whole action is "cancelable", but maybe not preemptable. If you think it could be an issue I can take a look.
The text was updated successfully, but these errors were encountered: