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

The ROS message, service and action formats do not allow you to specify defaults for any of the fields.

It may be better to expose several services, or you may want to write a C++ or python wrapper class around the service or actionlib client that provides the defaults.