Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ rosdep install -y --rosdistro humble --from-paths . --ignore-src
```

> **Note:** You may need to manually install Eigen3 because it cannot be automatically resolved by `rosdep`.

## Disable scara_moveit
```Bash
cd decomposition/scara_moveit
touch COLCON_IGNORE
```
### Compile the Project
Simply run

Expand Down