We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dd416 commit e11cc73Copy full SHA for e11cc73
source/The-ROS2-Project/Contributing/Developer-Guide.rst
@@ -448,6 +448,9 @@ Package layout
448
* ``config``: contains configuration files, e.g. YAML parameters files and RViz config files
449
* ``doc``: contains all the documentation
450
* ``launch``: contains all launch files
451
+* ``msg``: contains all ROS Message definitions
452
+* ``srv``: contains all ROS Service definitions
453
+* ``action``: contains all ROS Action definitions
454
* ``package.xml``: as defined by `REP-0140 <https://www.ros.org/reps/rep-0140.html>`_ (may be updated for prototyping)
455
* ``CMakeLists.txt``: only ROS packages which use CMake
456
* ``setup.py``: only ROS packages which use Python code only
0 commit comments