From b5bc060659eeaaedba197365761e0a4dd06a3c9f Mon Sep 17 00:00:00 2001 From: Lucas Walter Date: Thu, 18 Jul 2024 07:02:08 -0700 Subject: [PATCH] also remove rosmon since rosfmt is removed --- ubuntu_2204/base_repos.yaml | 4 ---- ubuntu_2404/Dockerfile | 1 - ubuntu_2404/extra_repos.yaml | 4 ---- 3 files changed, 9 deletions(-) diff --git a/ubuntu_2204/base_repos.yaml b/ubuntu_2204/base_repos.yaml index 55357a1..6fe4773 100644 --- a/ubuntu_2204/base_repos.yaml +++ b/ubuntu_2204/base_repos.yaml @@ -355,10 +355,6 @@ repositories: type: git url: git@github.com:dheera/rosboard.git version: main - other/rosmon: - type: git - url: git@github.com:lucasw/rosmon - version: build_2204 other/rosshow: type: git url: git@github.com:dheera/rosshow diff --git a/ubuntu_2404/Dockerfile b/ubuntu_2404/Dockerfile index 01334df..ec22b50 100644 --- a/ubuntu_2404/Dockerfile +++ b/ubuntu_2404/Dockerfile @@ -168,7 +168,6 @@ RUN touch src/other/apriltag_ros/CATKIN_IGNORE RUN catkin build --no-status -j1 rtabmap* RUN catkin build --no-status -j1 fuse_viz RUN catkin build --no-status -j1 fuse* -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* diff --git a/ubuntu_2404/extra_repos.yaml b/ubuntu_2404/extra_repos.yaml index db636fe..d2211b7 100644 --- a/ubuntu_2404/extra_repos.yaml +++ b/ubuntu_2404/extra_repos.yaml @@ -360,10 +360,6 @@ repositories: type: git url: git@github.com:lucasw/rosboard.git version: patch-1 - other/rosmon: - type: git - url: git@github.com:lucasw/rosmon - version: build_2204 other/rosshow: type: git url: git@github.com:dheera/rosshow