alesgenova / drake-external-examples

Examples of how to use Drake in your own project.

Home Page:https://drake.mit.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • github_actions: exemplifies how to put a project depending on a Drake installation on GitHub Actions
  • jenkins : provides complete coverage of additional example projects
Subproject GitHub Actions Jenkins
drake_ament_cmake_installed o -
drake_bazel_external - o
drake_bazel_installed o o
drake_catkin_installed o o
drake_cmake_external - o
drake_cmake_installed o o
drake_cmake_installed_apt o -
GitHub Actions Jenkins

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.

About

Examples of how to use Drake in your own project.

https://drake.mit.edu/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 40.7%Language:Python 21.7%Language:Shell 20.5%Language:CMake 16.3%Language:Dockerfile 0.8%Language:Ruby 0.1%