docs: fix to native simulator setup article

This commit is contained in:
Oleg Kalachev
2021-12-10 09:07:27 +03:00
parent 5d58ffd1db
commit e4ad687e28

View File

@@ -48,6 +48,7 @@ git clone --depth 1 https://github.com/ethz-asl/mav_comm
```bash
cd ~/catkin_ws
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src -y
```