moorepants / BicycleParameters

Calculates the geometry, masses, centers of mass, and the moments of inertia of the bicycle rider system.
https://bicycleparameters.readthedocs.io
Other
38 stars 20 forks source link

Adds a new model that implements full state feedback on the linear Carvallo-Whipple model. #114

Open moorepants opened 6 days ago

moorepants commented 6 days ago

If the steer and roll torque are used to stabilize to the upright equilibrium you can use full state feedback to drive all states to zero. This is a general model that implements this feedback and steering/roll torques can still be applied in parallel from the rider. I demonstrate finding a simple LQR controller for all speeds in the docs: image

TODO: