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

Since ROS messages generate code for many languages, it isn't possible to use language-specific types within message.

You'll have to convert your types into ROS types.

You can also adapt C++ types for serialization (see: http://wiki.ros.org/roscpp/Overview/MessagesSerializationAndAdaptingTypes ), but this still doesn't allow them to be used within other messages.