Skip to content

Commit

Permalink
docker-compose - downgrade px4 image to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Aug 7, 2022
1 parent 40b212b commit d48b352
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
px4-gazebo-headless:
platform: linux/amd64
# image: jonasvautherin/px4-gazebo-headless:latest
image: jonasvautherin/px4-gazebo-headless:1.12.3
image: jonasvautherin/px4-gazebo-headless:1.10.1
container_name: px4-gazebo-headless
ports:
# for MAVLINK API/Offboard and MAVSDK
Expand All @@ -25,7 +25,9 @@ services:
tty: true
# Video stream is only supported on `Typhoon H480` see https://dev.px4.io/master/en/simulation/gazebo.html#video-streaming
# Proxy service from docker container using `H264`
command: -v typhoon_h480 -w baylands
# Some of the options: typhoon_h480, iris, iris_opt_flow, solo
# TODO: Enable typhoon once we update the image to latest
# command: -v typhoon_h480 -w baylands
mavsdk-grpc-server:
platform: linux/amd64
build:
Expand Down

0 comments on commit d48b352

Please sign in to comment.