Skip to content

Commit

Permalink
Added updated docker compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Aug 4, 2023
1 parent bb5542d commit 3cc8b98
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Experimental: for evan's use only
services:
angler:
image: .
command: ros2 launch angler_bringup bluerov2_heavy_alpha.launch.py
image: ghcr.io/evan-palmer/angler:rolling-robot
command: >
bash -c "colcon build
&& source install/setup.bash
&& ros2 launch angler_bringup bluerov2_heavy_alpha.launch.py use_fake_hardware:=false serial_port:=/dev/ttyUSB0"
volumes:
- type: bind
source: ./blue
target: /home/angler/ws_angler/src/blue

- type: bind
source: ./alpha
target: /home/angler/ws_angler/src/alpha

- type: bind
source: ./angler
target: /home/angler/ws_angler/src/angler

devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"

0 comments on commit 3cc8b98

Please sign in to comment.