We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e2502f + dbc7bdd commit 76df33dCopy full SHA for 76df33d
README.md
@@ -38,10 +38,10 @@ catkin config --extend /opt/ros/$ROS_DISTRO
38
39
3. Clone `OpenMORE` and its dependencies:
40
```bash
41
-cd ~/openmore_ws
+cd ~/openmore_ws/src
42
git clone --recurse-submodules https://github.com/JRL-CARI-CNR-UNIBS/OpenMORE.git
43
-vcs import src < src/OpenMORE/deps.repos
44
-rosdep install --from-paths src --ignore-src -r -y
+vcs import < OpenMORE/deps.repos
+rosdep install --from-paths . --ignore-src -r -y
45
```
46
47
4. Finally, build the workspace:
0 commit comments