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:
7
examples/MultiBody/Pendulum.h
Normal file
7
examples/MultiBody/Pendulum.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef TEST_PENDULUM_H
|
||||
#define TEST_PENDULUM_H
|
||||
|
||||
class CommonExampleInterface* TestPendulumCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif //TEST_PENDULUM_H
|
||||
|
||||
Reference in New Issue
Block a user