Skip to content

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

@ayonix

Description

@ayonix

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions