Skip to content

Commit b74e97a

Browse files
scpetersjslee02
authored andcommitted
Support colcon workspace with bullet and ode (#1389)
* colcon.pkg: DART depend on ODE, BULLET_PHYSICS * Add file header to colcon.pkg
1 parent 7978ebb commit b74e97a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

colcon.pkg

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Configuration file for colcon (https://colcon.readthedocs.io).
2+
#
3+
# Please see the doc for the details of the spec:
4+
# - https://colcon.readthedocs.io/en/released/user/configuration.html#colcon-pkg-files
5+
6+
{
7+
"name": "DART",
8+
"dependencies": ["BULLET_PHYSICS", "ODE"],
9+
}

0 commit comments

Comments
 (0)