Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Crahsh when using RestShapeSpringForceField<Rigid3> without angularStifness #928

Closed
damienmarchal opened this issue Feb 11, 2019 · 1 comment
Labels
issue: bug (minor) Bug affecting only some users or with no major impact on the framework

Comments

@damienmarchal
Copy link
Contributor

damienmarchal commented Feb 11, 2019

This does not crash (when simulating)

    o.RigidParts.createObject('RestShapeSpringsForceField', 
                              template='Rigid3', points=[0], 
                              angularStiffness=1e8, stiffness=1e10)

While this does:

    o.RigidParts.createObject('RestShapeSpringsForceField', 
                              template='Rigid3', points=[0], 
                              stiffness=1e10)

Suggested labels:

@damienmarchal damienmarchal added the issue: bug (minor) Bug affecting only some users or with no major impact on the framework label Feb 11, 2019
@damienmarchal
Copy link
Contributor Author

damienmarchal commented Feb 22, 2019

I'm on it...but first I'm making a Test suite.

PR on its way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug (minor) Bug affecting only some users or with no major impact on the framework
Projects
None yet
Development

No branches or pull requests

1 participant