Skip to main content

Module feedback_linearization

Module feedback_linearization 

Source
Expand description

Feedback Linearization controller for a unicycle robot.

Places a virtual point P at distance L ahead of the robot and applies proportional control to drive P to the goal, then transforms the Cartesian velocity commands back into (v, ω) for the unicycle.

Structs§

FeedbackLinearizationConfig
Configuration for the Feedback Linearization controller.
FeedbackLinearizationController
Feedback Linearization controller.
FeedbackLinearizationResult
Full simulation result.
FeedbackLinearizationStep
One recorded step of the simulation.

Functions§

feedback_linearization
Convenience function.