From 808be70e12657d26d1e25bfadb9d679969f4b558 Mon Sep 17 00:00:00 2001 From: Max Polzin Date: Tue, 28 Nov 2023 16:30:19 +0100 Subject: [PATCH] Update entrypoint. --- ros_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros_entrypoint.sh b/ros_entrypoint.sh index 1b74fbf..7cbc060 100755 --- a/ros_entrypoint.sh +++ b/ros_entrypoint.sh @@ -4,6 +4,6 @@ set -e id -u ros &>/dev/null || adduser --quiet --disabled-password --gecos '' --uid ${UID:=1000} --uid ${GID:=1000} ros source "/opt/ros/$ROS_DISTRO/setup.bash" -# source /colcon_ws/install/setup.bash +source /colcon_ws/install/setup.bash exec "$@" \ No newline at end of file