We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ammo slider constraint, as used in the Ammo constraints example doesn't work at all.
comments in ammo-constraint suggest that the code to implement this has not been finished yet.
case CONSTRAINT.SLIDER: { //TODO: support setting linear and angular limits
Docs reference for btSliderConstraint is here: https://pybullet.org/Bullet/BulletFull/classbtSliderConstraint.html
Fix-up probably will be similar to recent work done on Sprint constraint (about to be merged onto main).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ammo slider constraint, as used in the Ammo constraints example doesn't work at all.
comments in ammo-constraint suggest that the code to implement this has not been finished yet.
Docs reference for btSliderConstraint is here:
https://pybullet.org/Bullet/BulletFull/classbtSliderConstraint.html
Fix-up probably will be similar to recent work done on Sprint constraint (about to be merged onto main).
The text was updated successfully, but these errors were encountered: