-
Notifications
You must be signed in to change notification settings - Fork 6
Optimize for front wheel inertia instead of front wheel radius. #7
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
base: master
Are you sure you want to change the base?
Conversation
…o physically realizable wheels.
…us of disc 0.0254 m.
I think we can enforce the total center of mass of the bicycle + rider to be in front of the front wheel contact point. The lower bound of the wheel base should be able to be set such that that is true. |
Means we'd have to assume a minimal w. |
But since mB is so large, maybe we can ignore the location of the wheel and just use:
This would be the center of mass location of the whole system if the front wheel were location as far back as the rear wheel. |
DOH, I already have something like that in the code. |
Here is a result for the PIista at 3 m/s (with a starting HQM at about 8).
And look at this beauty! |
Here is the result of the Pista @ 3 m/s with a min wheelbase of 0.5 m.
Here is the geometry: |
No description provided.