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
When the execution method is done and tries to shut down actually no _stop() method of any handler is called, because all the handlers are none or an empty dict in the variable called self.proj.h_instance: {'motionControl': None, 'locomotionCommand': None, 'pose': None, 'drive': None, 'init': {}, 'actuator': {}, 'sensor': {}}
When the execution method is done and tries to shut down actually no
_stop()
method of any handler is called, because all the handlers are none or an empty dict in the variable calledself.proj.h_instance
:{'motionControl': None, 'locomotionCommand': None, 'pose': None, 'drive': None, 'init': {}, 'actuator': {}, 'sensor': {}}
Relevant line:
LTLMoP/src/lib/execute.py
Line 161 in b6cd72d
The text was updated successfully, but these errors were encountered: