Skip to content

Commit

Permalink
missed sourcing /opt/ros in dockerfile step
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Jun 12, 2024
1 parent 8fdee0b commit a3279a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN vcs import src < src/abb_robot_driver/pkgs.repos

RUN rosdep install -y --from-paths . --ignore-src --rosdistro ${ROS_DISTRO}

RUN catkin build
RUN source /opt/ros/${ROS_DISTRO}/setup.bash && catkin build

COPY ros_catkin_entrypoint.sh /usr/local/bin/ros_catkin_entrypoint.sh

Expand Down

0 comments on commit a3279a2

Please sign in to comment.