ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
From your comment above you'll need to make two messages to do this. The first message will be your tuple containing the three ints and the byte array. Then you'll need to make another message which is an array of the first message type.
By nesting custom messages like this complex data structures can be created. Let us know how you get on with this.