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

In ROS you cannot serialize and send arbitrary datatypes, you need to use ROS message datatypes. Some libraries provide custom mappings from native datatypes to ROS message-serialized formats. But you need a target ROS message format.

More on messages here: http://wiki.ros.org/Messages