Created
February 11, 2024 02:24
-
-
Save ericjohnson97/a2808983452152fe27f05e8021512ce4 to your computer and use it in GitHub Desktop.
cockpit with real drone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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