Skip to content

Commit 63b75b7

Browse files
committed
rebuild ros2
1 parent 4e83f62 commit 63b75b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/kyon-cetc-noble-ros2-xeno/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hhcmhub/kyon-cetc-noble-ros2-xeno:master
1+
FROM hhcmhub/kyon-cetc-noble-ros2-xeno-v5:master
22

33
ARG ROS_IP=localhost
44

docker/kyon-cetc-noble-ros2-xeno/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ services:
1818
volumes:
1919
- /tmp/.X11-unix:/tmp/.X11-unix:rw # x11
2020
- ~/.ssh:/home/kyon_ros2/.ssh # ssh
21+
- ../../:/home/user/xbot2_ws/src/kyon_config
2122
environment:
2223
- TERM=xterm-256color
2324
- DISPLAY
2425
- HHCM_FOREST_CLONE_DEFAULT_PROTO=https
26+
- ROBOT_CONFIG_PATH=/home/user/xbot2_ws/src/kyon_config/setup.sh
2527

2628
dev:
2729
extends: base
@@ -32,8 +34,6 @@ services:
3234
- /dev:/dev
3335
- /usr/lib/modules:/usr/lib/modules
3436
- ~/.cache/kyon-cetc-noble-ros2-dev:/home/kyon_ros2/data
35-
# Mount the kyon_config repository root into the container
36-
- ../../:/home/kyon_ros2/xbot2_ws/src/kyon_config
3737
environment:
3838
- CUSTOM_PS=(dev)
3939
sim:

0 commit comments

Comments
 (0)