Jason K. Moore

Results 453 issues of Jason K. Moore

JBike6 can do this and it is bit more intuitive to a user. We should support this method in addition to the current method.

app

There are better inertia plotting methods in the new-api branch that should be applied to the web app. These show the radii of gyration and it looks much better and...

app

If you add a print statement in cycle_app.py where plot_eigenvalues is called and refresh the app, you see that print statement displayed 3 times. For some reason that callback is...

app
performance

Removed `TODO.rst` from the repo and moved the notes here: - [x] Add the root loci plots in the complex plane. - [ ] Add a transfer function method to...

``` 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...