Skip to content

Commit 975f9e7

Browse files
authored
Enhance mixin installation instructions
Updated installation instructions for mixin to include additional extensions for compiling packages.
1 parent f94e095 commit 975f9e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/10-prerequisites/25-ros2/20-workspace-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ ln -s "$HOME/git/ros2_examples" "$HOME/ws_examples/src/"
5353

5454
Now we need to set the workspace compilation flags using mixin.
5555

56-
First, install mixin and the extension which allows defining overrides
56+
First, install mixin and some extensions which allow defining overrides and compiling certain packages
5757

5858
```bash
59-
sudo apt install python3-colcon-mixin python3-colcon-override-check
59+
sudo apt install python3-colcon-mixin python3-colcon-override-check ros-jazzy-ament-cmake-clang-format
6060
```
6161

6262
then add the MRS mixin.

0 commit comments

Comments
 (0)