ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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