Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ament and catkin support #350

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading