Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9513d commit c686bf0Copy full SHA for c686bf0
1 file changed
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.8'
2
3
services:
4
px4-gazebo-headless:
5
- build: https://github.com/JonasVautherin/px4-gazebo-headless.git#master
+ build: https://github.com/o0Ignition0o/px4-gazebo-headless.git#igni/g11
6
container_name: px4-gazebo-headless
7
ports:
8
# for MAVLINK API/Offboard and MAVSDK
@@ -11,7 +11,7 @@ services:
11
- "14550:14550"
12
# For Video Stream
13
# try the RTSP port https://github.com/JonasVautherin/px4-gazebo-headless/blob/master/sitl_rtsp_proxy/main.cpp#L12
14
- - "127.0.0.1:8554:8554/tcp"
+ - "8554:8554"
15
# try default UDP Gazebo port https://dev.px4.io/master/en/simulation/gazebo.html#video-streaming
16
- "5600:5600/udp"
17
# default gazebo port for conecting with client
0 commit comments