Skip to content

Commit 455622e

Browse files
committed
Simplify installation instructions.
1 parent a93bc02 commit 455622e

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

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

20-
Create a workspace.
20+
Create a workspace and download the package.
2121
```
2222
cd ~
2323
mkdir -p catkin_ws/src
2424
cd catkin_ws
2525
catkin init
2626
catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release
2727
catkin config --extend /opt/ros/noetic
28-
```
29-
30-
Download package dependencies from [dependencies.rosinstall](install/dependencies.rosinstall).<br>
31-
**Note**: If you have not setup [SSH keys in GitHub](https://help.github.com/en/enterprise/2.16/user/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) use [dependencies_https.rosinstall](install/dependencies_https.rosinstall).
32-
```
33-
cd ~/catkin_ws/src
34-
wstool init
35-
wstool set --git polygon_coverage_planning git@github.com:ethz-asl/polygon_coverage_planning.git
36-
wstool update
37-
wstool merge polygon_coverage_planning/install/dependencies.rosinstall
38-
wstool update
28+
cd src
29+
git clone git@github.com:ethz-asl/polygon_coverage_planning.git
3930
```
4031

4132
Install all [remaining dependencies](install/prepare-jenkins-slave.sh):

0 commit comments

Comments
 (0)