From 7f600b21842f3666ab5ea0cb01c424a16f0204d6 Mon Sep 17 00:00:00 2001 From: Jakub Delicat Date: Mon, 22 Jul 2024 17:12:52 +0200 Subject: [PATCH] Fix path Signed-off-by: Jakub Delicat --- Dockerfile.hardware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.hardware b/Dockerfile.hardware index 35bd435..ed0c06b 100644 --- a/Dockerfile.hardware +++ b/Dockerfile.hardware @@ -57,7 +57,7 @@ RUN git clone --depth 1 -b jazzy-devel https://github.com/husarion/rosbot_ros.gi rosdep update --rosdistro $ROS_DISTRO && \ rosdep install --from-paths src --ignore-src -y && \ MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \ - source /opt/$MYDISTRO/$ROS_DISTRO/setup.bash && \ + source /opt/$MYDISTRO/$MYDISTRO/$ROS_DISTRO/setup.bash && \ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release && \ echo $(cat /ros2_ws/src/rosbot/package.xml | grep '' | sed -r 's/.*([0-9]+.[0-9]+.[0-9]+)<\/version>/\1/g') >> /version.txt && \ rm -rf build log