You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add these lines to your `.zshrc` or `.bashrc` to automatically access the mixins with each new shell.
44
70
71
+
## Using Mixins for build
72
+
-`colcon` uses configuration files for building, testing and installing packages. It's good practice to have a `colcon_defaults.yaml` in the root of your ROS2 workspace.
73
+
- The file can have different parameters as described at https://colcon.readthedocs.io/en/released/reference/verb/build.html. For eg. using a particular mixin and limiting the threads during build would look like
0 commit comments