RobotLocomotion / drake-external-examples

Examples of how to use Drake in your own project.
https://drake.mit.edu/
MIT No Attribution
105 stars 50 forks source link
drake examples robotics

Drake External Examples

Examples of how to use Drake in your own project:

Continuous Integration

Scripts are provided for various CI instances in scripts/continuous_integration. The intended purpose of each is described below:

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 Jenkins

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.