drake-external-examples
drake-external-examples copied to clipboard
Examples of how to use Drake in your own project.
Drake External Examples
Examples of how to use Drake in your own project:
drake_ament_cmake_installeddrake_bazel_externaldrake_bazel_installeddrake_catkin_installeddrake_cmake_externaldrake_cmake_installeddrake_cmake_installed_apt
Continuous Integration
Scripts are provided for various CI instances in scripts/continuous_integration. The intended purpose of each is described below:
github_actions: exemplifies how to put a project depending on a Drake installation on GitHub Actionsjenkins: provides complete coverage of additional example projects
Note, the GitHub Actions jobs only build and test drake_ament_cmake_installed,
drake_bazel_installed, 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. Not all example projects are supported
on macOS.