ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Currently you just create .msg
files (similar as in ROS 1 except that you can also define default values for primitive types). When you build your package the .idl
file specific to the DDS vendor is being generated and also installed. You will find it in <install>/share/<pkgname>/msg/<dds-vendor>
.