Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shutdown method in execute.py doesn't do anything #90

Open
ayonix opened this issue Oct 10, 2016 · 0 comments
Open

Shutdown method in execute.py doesn't do anything #90

ayonix opened this issue Oct 10, 2016 · 0 comments

Comments

@ayonix
Copy link

ayonix commented Oct 10, 2016

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': {}}

Relevant line:

if htype in self.proj.h_instance:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant