Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
DroneOA
DroneOA_ROS
Wiki
Launch In SITL
Launch In SITL
· 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:
...
...