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

biorbd_model.nbGeneralizedTorque() counts 4 torques per quaternion #156

Closed
EveCharbie opened this issue Jun 24, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@EveCharbie
Copy link
Contributor

biorbd_model = biorbd.Model("TruncAndArm_Quaternion.bioMod" )
nq = biorbd_model.nbQ() -> 10
nqdot = biorbd_model.nbQdot() -> 9
ntau = biorbd_model.nbGeneralizedTorque() -> 10
TruncAndArm_Quaternion.txt

@pariterre
Copy link
Member

Thanks for reporting!
This should be fix now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants