Skip to content

Commit

Permalink
fix source_ros2 while docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou committed May 30, 2024
1 parent be5b4c9 commit 5a84868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .docker_utils/Dockerfile.f1tenth_arm
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ RUN source source_ros2.sh && \
RUN make sim

# COLCON BUILD ROS2 PACKAGES
RUN make rosdep-install && \
RUN source source_ros2.sh && \
make rosdep-install && \
build_ros2

########### Build livox_sdk2, livox_ros_driver2 ###########
Expand Down
3 changes: 2 additions & 1 deletion .docker_utils/Dockerfile.f1tenth_x86
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ RUN source source_ros2.sh && \
RUN make sim

# COLCON BUILD ROS2 PACKAGES
RUN make rosdep-install && \
RUN source source_ros2.sh && \
make rosdep-install && \
build_ros2

########### Build livox_sdk2, livox_ros_driver2 ###########
Expand Down

0 comments on commit 5a84868

Please sign in to comment.