Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c686bf0

Browse files
committed
use gazebo 11
1 parent ef9513d commit c686bf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
px4-gazebo-headless:
5-
build: https://github.com/JonasVautherin/px4-gazebo-headless.git#master
5+
build: https://github.com/o0Ignition0o/px4-gazebo-headless.git#igni/g11
66
container_name: px4-gazebo-headless
77
ports:
88
# for MAVLINK API/Offboard and MAVSDK
@@ -11,7 +11,7 @@ services:
1111
- "14550:14550"
1212
# For Video Stream
1313
# 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"
14+
- "8554:8554"
1515
# try default UDP Gazebo port https://dev.px4.io/master/en/simulation/gazebo.html#video-streaming
1616
- "5600:5600/udp"
1717
# default gazebo port for conecting with client

0 commit comments

Comments
 (0)