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

list and set are not natively supported field types in the ROS msg idl.

Unbouned arrays would probably be equivalent to a list.

I don't think there is a way to get set (ie: collections with a uniqueness guarantee on items) semantics without user-level code (ie: msg producer and consumer) enforcing that.

list and set are not natively supported field types in the ROS msg idl.

Unbouned arrays would probably be equivalent to a list.

I don't think there is a way to get set semantics (ie: collections with a uniqueness guarantee on items) semantics without user-level code (ie: msg producer and consumer) enforcing that.