Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Launch In SITL
authored
Aug 01, 2019
by
shibohan
Hide whitespace changes
Inline
Side-by-side
Launch-In-SITL.md
View page @
27cfc06b
...
...
@@ -6,7 +6,14 @@ cd ardupilot_ws
catkin init
cd
src
```
Clone the reprository
Clone the reprository into src
Build the node with catkin_make:
```
shell
cd
..
catkin_make
cd
src
```
## Launch SITL Instance
Then, launch a SITL instance:
...
...