I'm trying to contribute my Quaternion Based 6DOF Spring Joint Constraint calculation. It works but...

Post Reply
19PHOBOSS98
Posts: 1
Joined: Sun Feb 13, 2022 1:14 pm

I'm trying to contribute my Quaternion Based 6DOF Spring Joint Constraint calculation. It works but...

Post by 19PHOBOSS98 »

Hi, I made a pull request yesterday:
https://github.com/bulletphysics/bullet3/pull/4316

It works, but I'm having trouble with my addition to the ExampleEntries. Seems like AppVeyor fails compiling:
Image

I don't get it. The example entry works fine in my local build:
Image
ExampleEntries:
https://github.com/19PHOBOSS98/bullet3- ... ntries.cpp

The new example setup is an exact copy of Dof6Spring2Setup. I just changed a few function names:

DOF6SpringQuatSetup:
https://github.com/19PHOBOSS98/bullet3- ... uatSetup.h
https://github.com/19PHOBOSS98/bullet3- ... tSetup.cpp

Dof6Spring2Setup:
https://github.com/19PHOBOSS98/bullet3- ... ng2Setup.h
https://github.com/19PHOBOSS98/bullet3- ... 2Setup.cpp

What am I missing here?
Post Reply