You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: drone-book/running_a_simulation.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ Operating system: Linux / MacOS(?)
9
9
10
10
(?) - Currently being tested
11
11
12
-
- Docker and Docker-compose for simulation (Install [Docker][install-docker] & [docker-compose][install-docker-compose])
12
+
- Docker for simulation (Install [Docker][install-docker])
13
+
- Docker Compose for simulation (Install [Docker Compose][install-docker-compose])
13
14
- Rust for `cargo run` (Install the [Rust][install-rust] programming language)
14
15
- Git
15
16
-`ssh` key set on your GitHub profile, see [Connecting to GitHub with SSH][github-ssh]
@@ -23,11 +24,11 @@ Operating system: Linux / MacOS(?)
23
24
1.2. `git submodule init && git submodule update`
24
25
25
26
26
-
2. Run PX4, Gazebo and MAVSDK Server with `docker-compose`
27
+
2. Run PX4, Gazebo and MAVSDK Server with `dockercompose`
27
28
28
29
29
30
```
30
-
docker-compose up --detach
31
+
dockercompose up --detach
31
32
```
32
33
33
34
**Tools:**`PX4` (autopilot), `Gazebo` (a tool for simulations) and `MAVSDK` server are all open-source tools and later we will get to know what each tool does.
0 commit comments