-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharm64_compose.yaml
81 lines (75 loc) · 2.03 KB
/
arm64_compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
version: '3.2'
services:
ros_noetic:
privileged: true
build:
context: RPi_Docker_files_arm64/noetic
dockerfile: Dockerfile
container_name: noetic_rosaria
environment:
- ROS_MASTER_URI=http://localhost:11311
- DISPLAY=${DISPLAY}
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- /dev/bus/usb:/dev/bus/usb
network_mode: host
ipc: host
tty: true
stdin_open: true
command: bash #rosrun rosaria RosAria
ros_kinetic:
privileged: true
build:
context: RPi_Docker_files_arm64/kinetic
dockerfile: Dockerfile
container_name: kinetic_sick
environment:
- ROS_MASTER_URI=http://localhost:11311
- DISPLAY=${DISPLAY}
volumes:
- /dev/bus/usb:/dev/bus/usb
- /tmp/.X11-unix:/tmp/.X11-unix
network_mode: host
ipc: host
tty: true
stdin_open: true
command: tail -f /dev/null
ros2_humble:
build:
context: RPi_Docker_files_arm64/humble
dockerfile: Dockerfile
container_name: ros2_humble_container
environment:
- DISPLAY=${DISPLAY}
volumes:
- my_src_volume:/home/tom/humble_ws/src:rw
- /dev/bus/usb:/dev/bus/usb
- /tmp/.X11-unix:/tmp/.X11-unix
network_mode: host
ipc: host
tty: true
stdin_open: true
# command: colcon build
command: tail -f /dev/null
ros2_foxy_bridge:
build:
context: RPi_Docker_files_arm64/bridge
dockerfile: Dockerfile
container_name: foxy_bridge_container
environment:
- ROS_MASTER_URI=http://localhost:11311
volumes:
- ./bridge/source:/ros_bridge
network_mode: host
ipc: host
tty: true
stdin_open: true
command: tail -f /dev/null
#source /opt/ros/noetic/setup.bash && rosparam load bridge.yaml && source /opt/ros/foxy/setup.bash && ros2 run ros1_bridge parameter_bridge #
volumes:
my_src_volume:
driver: local # Using local driver, by default
driver_opts:
type: none
o: bind
device: ${PWD}/humble/source # Host machine's source directory