We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e7b9d commit 73024bfCopy full SHA for 73024bf
1 file changed
scripts/docker/Dockerfile.aircraft
@@ -188,7 +188,7 @@ RUN pip3 install --no-cache-dir --upgrade "cmake>=3.24"
188
COPY /github_clones/kiss-icp /aas/github_ws/src/kiss-icp
189
WORKDIR /aas/github_ws
190
# Explicitly use bash, not sh, to source and build the workspace
191
-RUN bash -c "source /opt/ros/humble/setup.bash && colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release"
+RUN bash -c "source /opt/ros/humble/setup.bash && colcon build --symlink-install --packages-skip livox_ros_driver2 --cmake-args -DCMAKE_BUILD_TYPE=Release"
192
193
# Add pymavlink for debugging and testing
194
RUN pip3 install --no-cache-dir --upgrade pip \
0 commit comments