Skip to content

Commit

Permalink
can now get through the 24.04 build, cleaned up some temporary Dockef…
Browse files Browse the repository at this point in the history
…ile run commands
  • Loading branch information
lucasw committed Apr 20, 2024
1 parent 5a62410 commit 33c053c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions ubuntu_2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ RUN apt-get install -yqq libpyside2-dev
RUN apt-get install -yqq python3-sip-dev
RUN apt-get install -yqq pyqt5-dev

RUN apt-get install -yqq libapriltag-dev
RUN apt-get install -yqq vim

ENV DEST=/opt/ros/base
RUN mkdir $DEST -p
ENV SRC=/opt/src
Expand Down Expand Up @@ -137,9 +140,8 @@ RUN catkin build --no-status -j1 rqt
RUN catkin build --no-status -j1 vdb_mapping*
RUN catkin build --no-status -j1 jsk_rviz_plugins
RUN catkin build --no-status -j1 rviz
RUN catkin build --no-status -j1 plotjuggler
RUN catkin build --no-status -j1 plotjuggler*
RUN catkin build --no-status -j1 octomap_server
# RUN catkin build --no-status -j1 fuse_constraints
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
Expand All @@ -159,22 +161,20 @@ 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 apt-get install -yqq vim
RUN apt-get install -yqq libapriltag-dev
# there's a bug with libapriltag-dev 3.3.0-2.1build1, could patch but skip for now
# probably they'll update it soon?
# RUN catkin build --no-status -j1 apriltag_ros
RUN touch src/other/apriltag_ros/CATKIN_IGNORE
RUN catkin build --no-status -j1 rtabmap*
RUN apt-get update -yqq
RUN apt-get upgrade -yqq
RUN dpkg -l | grep ceres
RUN dpkg -l | grep apriltag
RUN cd src/other/fuse && ls -l && git fetch && git reset --hard origin/cpp17 && git show
RUN catkin build --no-status -j1 fuse_viz
RUN catkin build --no-status -j1 fuse*
RUN cd src/other/rosmon && git fetch && git reset --hard origin/build_2204 && git show && ls -l
RUN catkin build --no-status -j1 rosmon*
RUN catkin build --no-status -j1 grid_map*
RUN catkin build --no-status -j1 rviz*
RUN catkin build --no-status -j1 octomap*
RUN catkin build --no-status -j1 opencv_apps
RUN catkin build --no-status -j1 aruco*
RUN catkin build --no-status -j1 vimjay
RUN catkin build --no-status -j1

# rospack list won't work by itself
Expand Down
3 changes: 2 additions & 1 deletion ubuntu_2404/base_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ repositories:
version: eliminate_build_warnings
opencv_apps:
type: git
url: [email protected]:ros-perception/opencv_apps.git
# url: [email protected]:ros-perception/opencv_apps.git
url: [email protected]:muellerbernd/opencv_apps
version: indigo
other/PlotJuggler:
type: git
Expand Down

0 comments on commit 33c053c

Please sign in to comment.