Skip to content

Commit

Permalink
getting further with 24.04 building but fuse is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Apr 16, 2024
1 parent 695d0df commit 93fe24a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ubuntu_2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,24 @@ RUN catkin build --no-status -j1 octomap_server
RUN catkin build --no-status -j1 people_tracking_filter
RUN catkin build --no-status -j1 laser_assembler
RUN catkin build --no-status -j1 catkin_virtualenv
RUN catkin build --no-status -j1 nmea_navsat_driver
# RUN catkin build --no-status -j1 nmea_navsat_driver
RUN catkin build --no-status -j1 grid_map_visualization
RUN catkin build --no-status -j1 stereo_image_proc
RUN catkin build --no-status -j1 jsk_topic_tools
RUN catkin build --no-status -j1 jsk_interactive_marker
# RUN catkin build --no-status -j1 test_catkin_virtualenv_inherited
# RUN catkin build --no-status -j1 test_catkin_virtualenv_py3_isolated
# the navsat tests are broken
RUN catkin build --no-status -j1 nmea_navsat_driver --cmake-args -DCATKIN_ENABLE_TESTING=False
RUN catkin build --no-status -j1 lvr2
RUN catkin build --no-status -j1 ros_type_introspection
RUN catkin build --no-status -j1 actionlib_tutorials
RUN catkin build --no-status -j1 rospack
RUN catkin build --no-status -j1 libnabo
RUN catkin build --no-status -j1 rqt*
RUN catkin build --no-status -j1 jsk*
RUN catkin build --no-status -j1 rtabmap*
RUN catkin build --no-status -j1 fuse*
RUN catkin build --no-status -j1

# rospack list won't work by itself
Expand Down

0 comments on commit 93fe24a

Please sign in to comment.