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

Accuracy of placing limbs is not always high #10

Open
moorepants opened this issue Nov 17, 2011 · 1 comment
Open

Accuracy of placing limbs is not always high #10

moorepants opened this issue Nov 17, 2011 · 1 comment

Comments

@moorepants
Copy link
Owner

For some ot the bicycle/rider combinations the hands and feet are not placed within machine precision, sometimes only to milimeter accuracy.

Two examples:

import bicycleparameters as bp
rigid = bp.Bicycle('Rigid', pathToData='data', forceRawCalc=True)
rigid.add_rider('Jason', reCalc=True)
rigid = bp.Bicycle('Rigidcl', pathToData='data', forceRawCalc=True)
rigid.add_rider('Charlie', reCalc=True)
@moorepants
Copy link
Owner Author

This should be checked again now that we've updated the algorithm in PR #18.

There is a check in http://nbviewer.ipython.org/github/chrisdembia/yeadon/blob/v1.2.0/examples/bicyclerider/bicycle_example.ipynb that could be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant