EricCousineau-TRI / drake-external-examples

Examples of how to use Drake in your own project. 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:

  • circle_ci : exemplifies how to put a project depending on a Drake installation on Circle CI
  • jenkins : provides complete coverage of all example projects
  • travis_ci : examplifies how to put a project depending on a Drake installation on Travis CI
Subproject Circle CI Jenkins Travis CI
drake_bazel_external - o -
drake_cmake_external - o -
drake_cmake_installed o o o
CircleCI Jenkins Travis CI

Note, the Circle CI and Travis CI jobs only build and test drake_cmake_installed since it is the exemplary case for a lightweight, open-source build on a public CI server.

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:Python 72.4%Language:C++ 27.6%