ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can use rosh as an interactive command line for calling actions. It supports tab-completion and uses Python syntax.
http://www.ros.org/wiki/rosh
You will need to load the 'rosh_common' plugin to support actions
e.g.
actions.add_two_ints()