Merge pull request #1945 from erwincoumans/master

PyBullet/BulletRobotics: increase max #degree of freedom from 128 to …
This commit is contained in:
erwincoumans
2018-10-22 08:06:06 -07:00
committed by GitHub

View File

@@ -943,7 +943,7 @@ struct b3CreateUserShapeResultArgs
int m_userShapeUniqueId; int m_userShapeUniqueId;
}; };
#define MAX_CREATE_MULTI_BODY_LINKS 128 #define MAX_CREATE_MULTI_BODY_LINKS MAX_DEGREE_OF_FREEDOM
enum eCreateMultiBodyEnum enum eCreateMultiBodyEnum
{ {
MULTI_BODY_HAS_BASE = 1, MULTI_BODY_HAS_BASE = 1,