Skip to content

Commit 82618af

Browse files
authored
Update README.md
1 parent dfd8f39 commit 82618af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Field and Service Robotics. Springer, Cham, 2019.
1717
Install [ROS melodic](http://wiki.ros.org/melodic/Installation/Ubuntu).
1818
Install [mono](https://www.mono-project.com/download/stable/#download-lin-ubuntu).
1919

20-
Install all [remaining dependencies](https://github.com/ethz-asl/polygon_coverage_planning/blob/master/install/prepare-jenkins-slave.sh):
21-
```
22-
cd ~/catkin_ws/polygon_coverage_planning/install
23-
./prepare-jenkins-slave.sh
24-
```
25-
2620
Create a workspace.
2721
```
2822
cd ~
@@ -44,6 +38,12 @@ wstool merge polygon_coverage_planning/install/dependencies.rosinstall
4438
wstool update
4539
```
4640

41+
Install all [remaining dependencies](install/prepare-jenkins-slave.sh):
42+
```
43+
cd polygon_coverage_planning/install
44+
./prepare-jenkins-slave.sh
45+
```
46+
4747
Finally, build the workspace.
4848
```
4949
catkin build

0 commit comments

Comments
 (0)