We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2378030 commit ad51d2aCopy full SHA for ad51d2a
ubuntu_2204/Dockerfile.minimal
@@ -85,6 +85,7 @@ RUN echo $CMAKE_PREFIX_PATH
85
86
WORKDIR $WS/..
87
RUN catkin config --install --cmake-args -DCMAKE_BUILD_TYPE=Release -Wno-deprecated -Wno-dev -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=$DEST/include -DCMAKE_LIBRARY_PATH=$DEST/lib
88
+RUN catkin build --no-status -j1 robot_localization
89
RUN catkin build --no-status -j1 image_transport
90
RUN catkin build --no-status -j1 grid_map_cv
91
RUN touch src/ros/grid_map/grid_map_demos/CATKIN_IGNORE
0 commit comments