Skip to content

Commit 76df33d

Browse files
authored
Merge pull request #15 from JRL-CARI-CNR-UNIBS/CesareTonola-patch-1
Fix commands for cloning OpenMORE and dependencies
2 parents 8e2502f + dbc7bdd commit 76df33d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ catkin config --extend /opt/ros/$ROS_DISTRO
3838

3939
3. Clone `OpenMORE` and its dependencies:
4040
```bash
41-
cd ~/openmore_ws
41+
cd ~/openmore_ws/src
4242
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
43+
vcs import < OpenMORE/deps.repos
44+
rosdep install --from-paths . --ignore-src -r -y
4545
```
4646

4747
4. Finally, build the workspace:

0 commit comments

Comments
 (0)