Skip to content

Commit

Permalink
Fix on crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 23, 2025
1 parent d00a05a commit 5e6e48a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nanosaur/compose/docker-compose.simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
command: >
ros2 launch nanosaur_${SIMULATION} nanosaur_bridge.launch.py ${COMMANDS}
network_mode: host
restart: always
ipc: host
volumes:
- /etc/localtime:/etc/localtime:ro
Expand All @@ -50,6 +51,7 @@ services:
ros2 launch nanosaur_perception perception.launch.py ${COMMANDS}
runtime: nvidia
network_mode: host
restart: always
ipc: host
privileged: true
stdin_open: true
Expand Down

0 comments on commit 5e6e48a

Please sign in to comment.