PyBullet: handle the switch from fixed base to floating base when changing mass from zero to non-zero
This commit is contained in:
@@ -469,6 +469,11 @@ public:
|
||||
return m_fixedBase;
|
||||
}
|
||||
|
||||
void setFixedBase(bool fixedBase)
|
||||
{
|
||||
m_fixedBase = fixedBase;
|
||||
}
|
||||
|
||||
int getCompanionId() const
|
||||
{
|
||||
return m_companionId;
|
||||
|
||||
Reference in New Issue
Block a user