Skip to content

Commit

Permalink
source rmw_zenoh before building ws
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Oct 23, 2024
1 parent aa26a12 commit 4ec60af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ FROM dev AS build
# build ROS workspace
RUN if [[ -x "$(command -v colcon)" ]]; then \
source /opt/ros/${ROS_DISTRO}/setup.bash && \
[[ -f /opt/ws_rmw_zenoh/install/setup.bash ]] && source /opt/ws_rmw_zenoh/install/setup.bash ; \
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release ; \
elif [[ -x "$(command -v catkin)" ]]; then \
catkin config --install --extend /opt/ros/${ROS_DISTRO} && \
Expand Down

0 comments on commit 4ec60af

Please sign in to comment.