BicycleParameters icon indicating copy to clipboard operation
BicycleParameters copied to clipboard

Calculates the geometry, masses, centers of mass, and the moments of inertia of the bicycle rider system.

Results 39 BicycleParameters issues
Sort by recently updated
recently updated
newest added

``` In [15]: b.add_rider('Jason') There is no rider on the bicycle, now adding Jason. No parameter files found, calculating the human configuration. Calculations in yeadon failed. No rider added. ---------------------------------------------------------------------------...

``` In [11]: b.plot_eigenvalues_vs_speed() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 b.plot_eigenvalues_vs_speed() TypeError: plot_eigenvalues_vs_speed() missing 1 required positional argument: 'speeds' In [12]: import numpy as np In...

``` (bicycleparameters-dev) moorepants@garuda:docs(docs)$ make html sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.5.6 loading pickled environment... done building [mo]: targets for 0 po files that are out of...

``` real_bike = bp.Bicycle('Rigidcl', pathToData='/home/moorepants/src/BicycleParameters/data/') We have foundeth a directory named: /home/moorepants/src/BicycleParameters/data/bicycles/Rigidcl. Found the RawData directory: /home/moorepants/src/BicycleParameters/data/bicycles/Rigidcl/RawData Recalcuting the parameters. The glory of the Rigidcl parameters are upon you! /home/moorepants/src/BicycleParameters/bicycleparameters/com.py:55:...

It makes the distance from the shoulder to the grips too long, longer than his arms. Maybe this is an error in the measurements for the handlebars which were done...

For some ot the bicycle/rider combinations the hands and feet are not placed within machine precision, sometimes only to milimeter accuracy. Two examples: ``` python import bicycleparameters as bp rigid...

Check if the rider's legs and arms are too short and throw error/warning if so.

Try out the TMS bicycle and I have some divide by zero issues.

Maybe a global needs to be set with respect to the pathToData so that all this extra data I create does there instead of the current working directory.

If you only define the geometry needed for configuring the rider in the measured parameters input file and want to use a bicycle that only has the benchmark parameters explicitly...