We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45afd2a commit 522b167Copy full SHA for 522b167
1 file changed
docker/docker-compose-arm64.yml
@@ -0,0 +1,24 @@
1
+version: "3.11"
2
+services:
3
+ iki_diff_base:
4
+ image: fbe-dockerreg.rwu.de/prj-iki-ros2/robots/iki_diff_base
5
+ container_name: iki_diff_base
6
+ environment:
7
+ DISPLAY: $DISPLAY
8
+ ROS_DOMAIN_ID: 69
9
+ QT_X11_NO_MITSHM: '1'
10
+ network_mode: host
11
+ privileged: true
12
+ stdin_open: true
13
+ tty: true
14
+ volumes:
15
+ - /tmp/.X11-unix:/tmp/.X11-unix
16
+ - $HOME/.Xauthority:/root/.Xauthority
17
+ - ../ros2_control_demos:/root/ros2_ws/src/ros2_control_demos
18
+ command:
19
+ - bash
20
+ - -c
21
+ - |
22
+ source /opt/ros/jazzy/setup.bash
23
+ source /root/ros2_ws/install/setup.bash
24
+ ros2 launch ros2_control_demo_example_2 diffbot.launch.py
0 commit comments