Fix fast_lio for jazzy build
This commit is contained in:
+4
-1
@@ -24,6 +24,9 @@ RUN cd ./src/upstream/livox_ros_driver2 && \
|
||||
ln -sfn launch_ROS2 launch && \
|
||||
ln -sfn package_ROS2.xml package.xml
|
||||
|
||||
RUN cd ./src/upsstream/FAST_LIO && \
|
||||
git submodule update --init
|
||||
|
||||
# Apply patches to upstream
|
||||
# RUN ./patches/apply_patches.sh
|
||||
|
||||
@@ -58,7 +61,7 @@ RUN cd src/upstream/livox_sdk && \
|
||||
# Build the workspace with symlink install
|
||||
RUN . /opt/ros/jazzy/setup.sh && \
|
||||
colcon build --symlink-install \
|
||||
--packages-ignore unitree_lidar_ros2 unitree_lidar_ros unitree_lidar_sdk fast_lio \
|
||||
--packages-ignore unitree_lidar_ros2 unitree_lidar_ros unitree_lidar_sdk \
|
||||
--cmake-args -DROS_EDITION=ROS2 -DDISTRO_ROS=jazzy
|
||||
|
||||
# Source the overlay on container startup
|
||||
|
||||
Reference in New Issue
Block a user