Skip to content

Instantly share code, notes, and snippets.

@ericjohnson97
Created February 11, 2024 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericjohnson97/a2808983452152fe27f05e8021512ce4 to your computer and use it in GitHub Desktop.
Save ericjohnson97/a2808983452152fe27f05e8021512ce4 to your computer and use it in GitHub Desktop.
cockpit with real drone
version: "3.3"
services:
mavlink2rest:
image: ericjohnson97/iq_sim_mavlink2rest:t0.11.19
network_mode: host
environment:
- MAVLINK_SRC=udpin:127.0.0.1:14551
- SERVER_PORT=0.0.0.0:6040
mavp2p:
image: ericjohnson97/iq_sim_server_mavp2p:latest
network_mode: "host"
environment:
CMD: "./mavp2p serial:/dev/ttyUSB0:57600 udpc:127.0.0.1:14550 udpc:127.0.0.1:14551"
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
restart: on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment