We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767d1c3 commit 40dd2d7Copy full SHA for 40dd2d7
README.md
@@ -46,7 +46,11 @@ rosdep install -y --rosdistro humble --from-paths . --ignore-src
46
```
47
48
> **Note:** You may need to manually install Eigen3 because it cannot be automatically resolved by `rosdep`.
49
-
+## Disable scara_moveit
50
+```Bash
51
+cd decomposition/scara_moveit
52
+touch COLCON_IGNORE
53
+```
54
### Compile the Project
55
Simply run
56
0 commit comments