We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94e095 commit 975f9e7Copy full SHA for 975f9e7
1 file changed
docs/10-prerequisites/25-ros2/20-workspace-build.md
@@ -53,10 +53,10 @@ ln -s "$HOME/git/ros2_examples" "$HOME/ws_examples/src/"
53
54
Now we need to set the workspace compilation flags using mixin.
55
56
-First, install mixin and the extension which allows defining overrides
+First, install mixin and some extensions which allow defining overrides and compiling certain packages
57
58
```bash
59
-sudo apt install python3-colcon-mixin python3-colcon-override-check
+sudo apt install python3-colcon-mixin python3-colcon-override-check ros-jazzy-ament-cmake-clang-format
60
```
61
62
then add the MRS mixin.
0 commit comments