ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Custom messages can contain other (custom and predefined) messages. That's a required and widely used feature in ROS.
Example:
Message Object
in package foo:
string name
geometry_msgs/PoseStamped pose
Message ObjectList:
foo/Object[] objects
2 | No.2 Revision |
Custom messages can contain other (custom and predefined) messages. That's a required and widely used feature in ROS.
Example:
Message
in package foo:ObjectMyCustomMessage
string name
geometry_msgs/PoseStamped pose
Message ObjectList:
foo/Object[] foo/MyCustomMessage[] objects