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