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
The Docker images resulting from this repo are available on [Docker Hub](https://hub.docker.com/r/jonasvautherin/px4-gazebo-headless/).
9
9
10
-
Note that the following commands are referring to the latest supported release of PX4, which is currently v1.16.0.
10
+
Note that the following commands are referring to the latest supported release of PX4, which is currently v1.16.1.
11
11
12
12
### Run in BROADCAST mode:
13
13
14
14
In this mode, the simulator will be available from your host (e.g. run the following command, and QGroundControl running on your computer will connect automatically).
15
15
16
16
```
17
-
docker run --rm -it jonasvautherin/px4-gazebo-headless:1.16.0
17
+
docker run --rm -it jonasvautherin/px4-gazebo-headless:1.16.1
18
18
```
19
19
20
20
In this configuration, the container will send MAVLink to the host on ports 14550 (for QGC) and 14540 (for e.g. MAVSDK).
@@ -24,7 +24,7 @@ In this configuration, the container will send MAVLink to the host on ports 1455
24
24
This mode is useful for running QGroundControl on the computer running docker, and the offboard app (e.g. using MAVSDK) on another device (e.g. a phone).
25
25
26
26
```
27
-
docker run --rm -it jonasvautherin/px4-gazebo-headless:1.16.0 192.168.0.12
27
+
docker run --rm -it jonasvautherin/px4-gazebo-headless:1.16.1 192.168.0.12
28
28
```
29
29
30
30
where `192.168.0.12` should be replaced by the IP listening on the API port 14540 (e.g. MAVSDK or MAVROS).
@@ -34,7 +34,7 @@ where `192.168.0.12` should be replaced by the IP listening on the API port 1454
34
34
This mode is useful for running both QGroundControl and the offboard app (e.g. using MAVSDK) on another device than the one running docker.
35
35
36
36
```
37
-
docker run --rm -it jonasvautherin/px4-gazebo-headless:1.16.0 192.168.0.10 10.0.0.12
37
+
docker run --rm -it jonasvautherin/px4-gazebo-headless:1.16.1 192.168.0.10 10.0.0.12
38
38
```
39
39
40
40
where `192.168.0.10` should be replaced by the IP listening on the QGC port 14550 (e.g. QGroundControl) and `10.0.0.12` should be replaced by the IP listening on the API port 14540 (e.g. MAVSDK or MAVROS).
@@ -64,12 +64,12 @@ The start location can be set when running the container by setting the followin
Note that a clean build from the `master` branch will pull the latest upstream from the PX4 repository (as can be seen [here](https://github.com/JonasVautherin/px4-gazebo-headless/blob/master/Dockerfile#L26)). In order to build a stable version, change `master` for a tag (e.g. `v1.16.0`) in the following commands.
72
+
Note that a clean build from the `master` branch will pull the latest upstream from the PX4 repository (as can be seen [here](https://github.com/JonasVautherin/px4-gazebo-headless/blob/master/Dockerfile#L26)). In order to build a stable version, change `master` for a tag (e.g. `v1.16.1`) in the following commands.
0 commit comments