diff --git a/docs/assets/site/logo_dronecode.png b/docs/assets/site/logo_dronecode.png new file mode 100644 index 0000000000..94b6511b34 Binary files /dev/null and b/docs/assets/site/logo_dronecode.png differ diff --git a/docs/assets/site/logo_linux_foundation.png b/docs/assets/site/logo_linux_foundation.png new file mode 100644 index 0000000000..5317dd8e40 Binary files /dev/null and b/docs/assets/site/logo_linux_foundation.png differ diff --git a/docs/en/index.md b/docs/en/index.md index 6771ed734a..0b5193758c 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -133,8 +133,8 @@ The following icons used in this library are licensed separately (as shown below The PX4 flight stack is hosted under the governance of the [Dronecode Project](https://www.dronecode.org/). -Dronecode Logo -Linux Foundation Logo +Dronecode Logo +Linux Foundation Logo
 
diff --git a/docs/en/sim_gazebo_gz/multi_vehicle_simulation.md b/docs/en/sim_gazebo_gz/multi_vehicle_simulation.md index 22c6465a89..cb662bf0df 100644 --- a/docs/en/sim_gazebo_gz/multi_vehicle_simulation.md +++ b/docs/en/sim_gazebo_gz/multi_vehicle_simulation.md @@ -39,19 +39,25 @@ This allows for greater flexibility and customization. - In different terminals manually start a multi vehicle simulation. This example spawns 2 X500 Quadrotors and aFPX fixed-wing. -::: info -Note that in the first terminal you **do not** specify standalone mode. The first terminal will start the gz-server and the other two -instances will connect to it. -**Terminal 1** -::: + ::: info + Note that in the first terminal you **do not** specify standalone mode. The first terminal will start the gz-server and the other two + instances will connect to it. + ::: + + **Terminal 1** + ```sh PX4_SYS_AUTOSTART=4001 PX4_SIM_MODEL=gz_x500 ./build/px4_sitl_default/bin/px4 -i 1 ``` -**Terminal 2** + + **Terminal 2** + ```sh PX4_GZ_STANDALONE=1 PX4_SYS_AUTOSTART=4001 PX4_GZ_MODEL_POSE="0,1" PX4_SIM_MODEL=gz_x500 ./build/px4_sitl_default/bin/px4 -i 2 ``` -**Terminal 3** + + **Terminal 3** + ```sh PX4_GZ_STANDALONE=1 PX4_SYS_AUTOSTART=4003 PX4_GZ_MODEL_POSE="0,2" PX4_SIM_MODEL=gz_rc_cessna ./build/px4_sitl_default/bin/px4 -i 3 ```