BicycleParameters
BicycleParameters copied to clipboard
Calculates the geometry, masses, centers of mass, and the moments of inertia of the bicycle rider system.
hopefully this will work on phones too
Things that need to be done: - [x] rename `cycle_app.py` to `app.py`. - [x] Add entry point for the app. - [x] get it working on Python 3.10 (including Yeadon)...
The app will work more smoothly if we create the figure once and then only update the data in the plot when the widgets are manipulated by the users. Check...
RIght now Model() takes a dictionary but that means you can't use any functionality of ParameterSet() inside of Model().
Eigenvectors can only easily be visualized for a specific speed and eigenvalue set. It would be nice to have a slider to adjust the speed and the eigenvector component plots...
Am I on the right track on the download button?
This resolved the syntax error and added the y range details to eigen_plot. When I ran the app locally, the new slider showed up and was functioning.
On mobile devices and smaller screens in general, there are a few changes that need to be made in Bootstraps for it to display nicely. - [ ] Navbar has...
I read through some of the Dash tutorial and tried to set up a Y limit slider for the Eigenvalues, but I can’t resolve a syntax error on line 244...
The eigenvalue plot has data for multiple lines plotted against the independent variable (speed). There are four eigenvalues and each have real and imaginary parts. So you want to be...