Skip to content

Commit e11cc73

Browse files
authored
Explicitly state msg srv and action folders (#4246)
This is the only place that the message generators will look for content. It's mentioned in passing in the tutorials but not documented explicitly. https://docs.ros.org/en/rolling/Tutorials/Beginner-Client-Libraries/Custom-ROS2-Interfaces.html Signed-off-by: Tully Foote <[email protected]>
1 parent 84dd416 commit e11cc73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/The-ROS2-Project/Contributing/Developer-Guide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,9 @@ Package layout
448448
* ``config``: contains configuration files, e.g. YAML parameters files and RViz config files
449449
* ``doc``: contains all the documentation
450450
* ``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
451454
* ``package.xml``: as defined by `REP-0140 <https://www.ros.org/reps/rep-0140.html>`_ (may be updated for prototyping)
452455
* ``CMakeLists.txt``: only ROS packages which use CMake
453456
* ``setup.py``: only ROS packages which use Python code only

0 commit comments

Comments
 (0)