add a Pendulum example that is also used as unit test.

Gold data is created by numerically solving a second-order non-linear differential equation.
(see examples/MultiBody/pendulum_gold.h)
This commit is contained in:
Erwin Coumans
2016-01-06 18:08:49 -08:00
parent dabccd184d
commit 6bc3f94f52
11 changed files with 2363 additions and 1 deletions

View File

@@ -227,6 +227,7 @@
include "../test/gtest-1.7.0"
-- include "../test/hello_gtest"
include "../test/collision"
include "../test/BulletDynamics/pendulum"
if not _OPTIONS["no-bullet3"] then
if not _OPTIONS["no-extras"] then
include "../test/InverseDynamics"