ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
One possible option is to use SMACH - the state machine library which has some visualization of the state machine and which states are active. You could basically build out a library of states that do various primitives, and then end users could tie those states together using some simple python.