Skip to content

Commit 0b921ab

Browse files
committed
spurce variable
ARG ROBOT_PACKAGES="" ARG ADDITIONAL_PACKAGES="" ARG ROBOT_CONFIG_PATH=""
1 parent 059a191 commit 0b921ab

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docker/kyon-config_ros1.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ export BASE_IMAGE_NAME=${BASE_IMAGE_NAME:-kyon-cetc-focal-ros1}
2121
# Version and registry
2222
export TAGNAME=${TAGNAME:-v1.0.0}
2323
export DOCKER_REGISTRY=${DOCKER_REGISTRY:-hhcmhub}
24+
25+
#Robot-specific setup overridden by kyon_config
26+
export ROBOT_CONFIG_PATH=~/xbot2_ws/src/kyon_config/setup.sh

docker/kyon-config_ros2.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ export BASE_IMAGE_NAME=${BASE_IMAGE_NAME:-kyon-cetc-noble-ros2}
2424
export TAGNAME=${TAGNAME:-latest}
2525
export DOCKER_REGISTRY=${DOCKER_REGISTRY:-hhcmhub}
2626

27+
#Robot-specific setup overridden by kyon_config
28+
export ROBOT_CONFIG_PATH=~/xbot2_ws/src/kyon_config/setup.sh
29+
2730
# This will create IMAGE_PREFIX=hhcmhub/kyon-cetc in the scripts
2831
# Resulting in images like: hhcmhub/kyon-cetc-noble-ros2-base:latest

0 commit comments

Comments
 (0)