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: 213 times
Last updated: Oct 11 '16
Callbacks are not terminated after state transition in SMACH
Smach get value from subscriber topic.
Rviz Marker Array Does Not Display When Using SMACH
How do you add more outcomes to a SMACH Monitor State?
How to troubleshoot: protocol synchronization is lost
SMACH - states with fixed duration
Smach Iterator re-subscribes the topic every time it iterates