Skip to content

Commit

Permalink
fixes dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou committed May 25, 2024
1 parent 2bef4c5 commit 9258212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker_utils/Dockerfile.f1tenth_arm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RUN source source_ros2.sh && \
vcs import < repos/common.repos && \
vcs import < repos/lidar_utils.repos && \
vcs import < repos/racer.repos && \
sed -i '/#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>/d' src/external/state_estimation/rf2o_laser_odometry/include/rf2o_laser_odometry/CLaserOdometry2DNode.hpp \
sed -i '/#include <tf2_geometry_msgs/d' src/external/state_estimation/rf2o_laser_odometry/include/rf2o_laser_odometry/CLaserOdometry2DNode.hpp \
make gb_opt && \
make rosdep-install && \
build_ros2
Expand Down
2 changes: 1 addition & 1 deletion .docker_utils/Dockerfile.f1tenth_x86
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RUN source source_ros2.sh && \
vcs import < repos/common.repos && \
vcs import < repos/lidar_utils.repos && \
vcs import < repos/racer.repos && \
sed -i '/#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>/d' src/external/state_estimation/rf2o_laser_odometry/include/rf2o_laser_odometry/CLaserOdometry2DNode.hpp \
sed -i '/#include <tf2_geometry_msgs/d' src/external/state_estimation/rf2o_laser_odometry/include/rf2o_laser_odometry/CLaserOdometry2DNode.hpp \
make gb_opt && \
make rosdep-install && \
build_ros2
Expand Down

0 comments on commit 9258212

Please sign in to comment.