Skip to content

Commit

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

0 comments on commit e8207ee

Please sign in to comment.