implement 'mimic' joint constraint or 'gear' constraint for btMultiBody, add example in pybullet/examples/mimicJointConstraint.py

This commit is contained in:
Erwin Coumans
2017-06-07 16:22:02 -07:00
parent 60e3887456
commit 46f2f3db4e
7 changed files with 329 additions and 9 deletions

View File

@@ -183,6 +183,7 @@ public:
virtual void debugDraw(class btIDebugDraw* drawer)=0;
virtual void setGearRatio(btScalar ratio) {}
};
#endif //BT_MULTIBODY_CONSTRAINT_H