Implement btMultiBodySphericalJointMotor, able to track a quaternion position target.
Expose this btMultiBodySphericalJointMotor through PyBullet.setJointMotorControlMultiDof Expose PyBullet.getQuaternionSlerp Improve PyBullet.setJointMotorControlMultiDof Improve humanoidMotionCapture.py with slerp and using setJointMotorControlMultiDof Expose btMultiBody::spatialTransform Fix btMultiBody::setupPlanar from DeepMimic codebase Add support for multidof joints in btMultiBody::compTreeLinkVelocities, thanks to DeepMimic codebase @xbpeng
This commit is contained in:
1
setup.py
1
setup.py
@@ -317,6 +317,7 @@ sources = ["examples/pybullet/pybullet.c"]\
|
||||
+["src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp"]\
|
||||
+["src/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.cpp"]\
|
||||
+["src/BulletDynamics/Featherstone/btMultiBodySliderConstraint.cpp"]\
|
||||
+["src/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp"]\
|
||||
+["src/BulletDynamics/Vehicle/btRaycastVehicle.cpp"]\
|
||||
+["src/BulletDynamics/Vehicle/btWheelInfo.cpp"]\
|
||||
+["src/BulletDynamics/Character/btKinematicCharacterController.cpp"]\
|
||||
|
||||
Reference in New Issue
Block a user