Skip to content

Commit

Permalink
Add nanosaur.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Aug 11, 2021
1 parent deb94af commit 8dafddd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ services:
- "/dev/i2c-1:/dev/i2c-0" # display right [ID:3C]
- "/dev/i2c-2:/dev/i2c-1" # I2C motors [ID:60] display left [ID:3C]
volumes:
# if you want change the nanosaur configuration
# Read https://github.com/rnanosaur/nanosaur/wiki/configuration
# before uncomment this line
# - "$HOME/nanosaur.yml:/opt/ros_ws/nanosaur_robot/nanosaur_bringup/param/nanosaur.yml" # Extra configuration
# These two volumes pass jtop and CSI camera
- "/run/jtop.sock:/run/jtop.sock" # jtop socket
- "/tmp/argus_socket:/tmp/argus_socket" # CSI camera
watchtower: # https://containrrr.dev/watchtower
Expand Down

0 comments on commit 8dafddd

Please sign in to comment.