erwincoumans / tiny-differentiable-simulator

Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
Apache License 2.0
1.23k stars 130 forks source link

various fixes: #29

Closed erwincoumans closed 4 years ago

erwincoumans commented 4 years ago

allow point_jacobian to specify local or world point fix issue in forward_kinematics, for floating base I0_mul_v0 was wrongly computed (add mul_org to inertia) add apply_inverse2 to Transform for now, easier expose to pybind11 urdf_parser try to maintain link/joint order from urdf pytinydiffsim: expose Transform:apply_inverse python/examples/f_meshcat_tinyurdf.py, move laikago to non-identity transform to show issues with jacobian/contact