ros2 / design

Design documentation for ROS 2.0 effort
http://design.ros2.org/
Apache License 2.0
223 stars 194 forks source link

Add support for fully qualified names in message defnitions #277

Open tfoote opened 4 years ago

tfoote commented 4 years ago

In the Foxy Message API Review it came up that it might make sense to add support for Fully Qualified Names in the msg format so that subfields could be referenced like they are now supported for command line tools with `/msg/

It's not entirely clear if this is worth doing as only currently messages can be embedded in other messages. Services and Actions don't make sense in that context so the syntax is not ambiguous so adding the more verbosity might not be worth it, but it will reflect the namespaces better.