mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 02:07:35 +08:00
cde7ffe7f9
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
10 lines
171 B
Bash
Executable File
10 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo docker run \
|
|
--rm -it \
|
|
--device /dev/fuse --cap-add SYS_ADMIN \
|
|
-p 14540:14540/udp \
|
|
-p 14550:14550/udp \
|
|
-p 8888:8888/udp \
|
|
px4-sitl:local
|