Skip to content

Commit

Permalink
Remove ament and catkin support
Browse files Browse the repository at this point in the history
Nobody has volunteered to maintain these, so we must remove them from
our support footprint.
  • Loading branch information
jwnimmer-tri committed Jan 2, 2025
1 parent 3e1ba13 commit 5a38406
Show file tree
Hide file tree
Showing 37 changed files with 3 additions and 1,138 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ament_cmake_installed.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/catkin_installed.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ concurrency:
jobs:
cmake_installed:
uses: ./.github/workflows/cmake_installed.yml
ament_cmake_installed:
uses: ./.github/workflows/ament_cmake_installed.yml
bazel_download:
uses: ./.github/workflows/bazel_download.yml
catkin_installed:
uses: ./.github/workflows/catkin_installed.yml
cmake_installed_apt:
uses: ./.github/workflows/cmake_installed_apt.yml
file_sync:
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
Examples of how to use [Drake](https://github.com/RobotLocomotion/drake) in your
own project:

* [`drake_ament_cmake_installed`](./drake_ament_cmake_installed)
* [`drake_bazel_external`](./drake_bazel_external)
* [`drake_bazel_download`](./drake_bazel_download)
* [`drake_catkin_installed`](./drake_catkin_installed)
* [`drake_cmake_external`](./drake_cmake_external)
* [`drake_cmake_installed`](./drake_cmake_installed)
* [`drake_cmake_installed_apt`](./drake_cmake_installed_apt)
Expand All @@ -20,17 +18,14 @@ Scripts are provided for various CI instances in `scripts/continuous_integration

| **Subproject** | **GitHub Actions** | **Jenkins** |
|:---:|:---:|:---:|
| `drake_ament_cmake_installed` | o | - |
| `drake_bazel_external` | - | o |
| `drake_bazel_download` | o | - |
| `drake_catkin_installed` | o | - |
| `drake_cmake_external` | - | o |
| `drake_cmake_installed` | o | - |
| `drake_cmake_installed_apt` | o | - |
|| ![GitHub Actions](https://img.shields.io/github/actions/workflow/status/RobotLocomotion/drake-external-examples/ci.yml?branch=main) | [![Jenkins](https://img.shields.io/jenkins/build.svg?jobUrl=https://drake-jenkins.csail.mit.edu/job/RobotLocomotion/job/drake-external-examples/job/main)](https://drake-jenkins.csail.mit.edu/job/RobotLocomotion/job/drake-external-examples/) |


Note, the GitHub Actions jobs only build and test `drake_ament_cmake_installed`,
`drake_bazel_download`, `drake_catkin_installed`, `drake_cmake_installed`, and
`drake_cmake_installed_apt` since these are the exemplary cases for lightweight,
open-source builds on public CI servers. The ament and catkin projects are not supported on macOS.
Note, the GitHub Actions jobs only build and test `drake_bazel_download`,
`drake_cmake_installed`, and `drake_cmake_installed_apt` since these are the
exemplary cases for lightweight, open-source builds on public CI servers.
22 changes: 0 additions & 22 deletions drake_ament_cmake_installed/.clang-format

This file was deleted.

20 changes: 0 additions & 20 deletions drake_ament_cmake_installed/.github/ci_build_test

This file was deleted.

11 changes: 0 additions & 11 deletions drake_ament_cmake_installed/.github/ros_humble_setup

This file was deleted.

34 changes: 0 additions & 34 deletions drake_ament_cmake_installed/.github/workflows/ci.yml

This file was deleted.

4 changes: 0 additions & 4 deletions drake_ament_cmake_installed/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions drake_ament_cmake_installed/CPPLINT.cfg

This file was deleted.

16 changes: 0 additions & 16 deletions drake_ament_cmake_installed/LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions drake_ament_cmake_installed/README.md

This file was deleted.

95 changes: 0 additions & 95 deletions drake_ament_cmake_installed/setup/install_prereqs

This file was deleted.

Loading

0 comments on commit 5a38406

Please sign in to comment.