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 179ec0c commit 115ad41Copy full SHA for 115ad41
source/How-To-Guides/Developing-a-ROS-2-Package.rst
@@ -40,13 +40,13 @@ To create a package for a specific client library:
40
41
.. group-tab:: C++
42
43
- .. code-block:: bash
+ .. code-block:: console
44
45
$ ros2 pkg create --build-type ament_cmake --license Apache-2.0 <pkg-name> --dependencies [deps]
46
47
.. group-tab:: Python
48
49
50
51
$ ros2 pkg create --build-type ament_python --license Apache-2.0 <pkg-name> --dependencies [deps]
52
0 commit comments