Merge pull request #1945 from erwincoumans/master
PyBullet/BulletRobotics: increase max #degree of freedom from 128 to …
This commit is contained in:
@@ -943,7 +943,7 @@ struct b3CreateUserShapeResultArgs
|
||||
int m_userShapeUniqueId;
|
||||
};
|
||||
|
||||
#define MAX_CREATE_MULTI_BODY_LINKS 128
|
||||
#define MAX_CREATE_MULTI_BODY_LINKS MAX_DEGREE_OF_FREEDOM
|
||||
enum eCreateMultiBodyEnum
|
||||
{
|
||||
MULTI_BODY_HAS_BASE = 1,
|
||||
|
||||
Reference in New Issue
Block a user