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
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
For some ot the bicycle/rider combinations the hands and feet are not placed within machine precision, sometimes only to milimeter accuracy.
Two examples:
The text was updated successfully, but these errors were encountered: