Skip to content
Open
Changes from 1 commit
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
Next Next commit
Update README.md
  • Loading branch information
mengchaoheng authored Apr 24, 2022
commit 2b172870d8ab03454598e0a0596bf317966e589e
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,13 @@ Installation Instructions - Ubuntu 16.04 with ROS Kinetic
$ cd ~/catkin_ws/
$ catkin build
```

4. Add sourcing to your `.bashrc` file
3.1. If you don't have `rotors_simulator`

```
$ cd ~/catkin_ws/src
$ git clone https://github.com/ethz-asl/rotors_simulator.git
```
4. Add sourcing to your `.bashrc` file

```
$ echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
Expand Down