ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you mean the command line syntax it would be something like

rosservice call /service_name [first_array_items_seperated_by_comma] [1.,2.,3.]

http://www.ros.org/wiki/ROS/YAMLCommandLine might be also a good starting point to look at.

http://www.ros.org/wiki/rosservice provides all this information as well.

Cheers