mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
ba8964c4ac
This change adds support for calculating Jacobians and dot(Jacobian)*u terms, along with the required support for the 3xN matrices in the standalone math library. It also adds functions to compute kinematics only (position, velocity, accel). To facilitate tests, the Cl also adds a RandomTreeCreator to create randomized multibody trees. Thanks to Thomas Buschmann for this contribution! |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
premake4.lua | ||
test_invdyn_bullet.cpp | ||
test_invdyn_jacobian.cpp | ||
test_invdyn_kinematics.cpp |