Skip to content

Commit

Permalink
Change mavros to not use host networking
Browse files Browse the repository at this point in the history
  • Loading branch information
iSkytran authored Apr 25, 2023
1 parent e8207ee commit 9bf98d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mavros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ services:
container_name: mavros
image: ghcr.io/ncsuarc/mavros:latest
restart: unless-stopped
network_mode: host
volumes:
- /dev/shm:/dev/shm
privileged: true
ports:
- 14551:14551
command: ros2 run mavros mavros_node --ros-args -p fcu_url:="udp://localhost:14551@"
mavp2p:
container_name: mavp2p
Expand Down

0 comments on commit 9bf98d6

Please sign in to comment.