diff --git a/source/Contributing/Developer-Guide.rst b/source/Contributing/Developer-Guide.rst index e4dc6c67cff..78321dad67f 100644 --- a/source/Contributing/Developer-Guide.rst +++ b/source/Contributing/Developer-Guide.rst @@ -407,7 +407,9 @@ Package layout * ````: contains all Python code * ``test``: contains all automated tests and test data +* ``config``: contains configuration files, e.g. YAML parameters files and RViz config files * ``doc``: contains all the documentation +* ``launch``: contains all launch files * ``package.xml``: as defined by `REP-0140 `_ (may be updated for prototyping) * ``CMakeLists.txt``: only ROS packages which use CMake * ``setup.py``: only ROS packages which use Python code only