Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Do not destroy bodyTransform #46

Commits on Oct 9, 2023

  1. Do not destroy bodyTransform, as this is in fact the btTranform retur…

    …ned by .getCenterOfMassTransform, that is, protected member m_worldTransform of the btCollisionObject class and not an object instantiated locally
    
    Deleting this object will eventually lead to an out of bound access error that will prevent any further constraint
    
    See https://pybullet.org/Bullet/BulletFull/classbtRigidBody.html#a5eaee89e89e7498cfb39709e58fdc477
    Elettrotecnica committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f51aec9 View commit details
    Browse the repository at this point in the history