Skip to content

Commit

Permalink
Support colcon workspace with bullet and ode (#1389)
Browse files Browse the repository at this point in the history
* colcon.pkg: DART depend on ODE, BULLET_PHYSICS

* Add file header to colcon.pkg
  • Loading branch information
scpeters authored and jslee02 committed Aug 16, 2019
1 parent 7978ebb commit b74e97a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions colcon.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Configuration file for colcon (https://colcon.readthedocs.io).
#
# Please see the doc for the details of the spec:
# - https://colcon.readthedocs.io/en/released/user/configuration.html#colcon-pkg-files

{
"name": "DART",
"dependencies": ["BULLET_PHYSICS", "ODE"],
}

0 comments on commit b74e97a

Please sign in to comment.