smach error message
smach.exceptions.InvalidStateError: Attempting to access the currently opened container, but no container is opened.
what does this mean?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
smach.exceptions.InvalidStateError: Attempting to access the currently opened container, but no container is opened.
what does this mean?
Could you provide the code leading to this error?
Anyways, it sound like you are calling smach.StateMachine.add(...)
outside of a with my_statemachine:
environment.
Asked: 2016-10-10 14:06:10 -0600
Seen: 247 times
Last updated: Oct 11 '16