Iqbal 2019
An LMI Approach to Controller Design for Balancing over Slackline
Tags: #control #slackline #balance #dynamic_balance
Related: [[Balancing on tightropes and slacklines - Paoletti Mahadevan 2012]]
Key Definitions
- Linear Matrix Inequality (LMI): A linear expression of matrices with efficient numerical methods that is used to solve optimization problems.
Key Takeaways
- Author extends the simple inverted pendulum studied in [[Balancing on tightropes and slacklines - Paoletti Mahadevan 2012]] by adding an internal stabilizing torque generation method previously studied in the context of bar balancing.
- The model resembles a standard linear inverted pendulum but with a crossbeam representing the arms, giving the whole model a cross like appearance
- Assume vestibular sensing of absolute body rotation rate, and the estimation of everything else is handled by a minimal order estimator.
- Design their "neural stabilizing" controller with LMI techniques
- "utilize Lyapunov energy functions to ensure stability of the closed-loop system."
- The model is based on a cart on a circular pendulum
- The arms are represented by a single bar segment that is "normally" at 90 degrees to the body
- The body angle is measured relative to the tangent of the curve, not to gravity
- Use $\phi$ to denote angle of slackline deflection (angular deflection from resting state of line) and $\theta$ to denote angle of body orientation relative to $\phi$
- The only force acting on the slackliner is the slackline reaction force (and presumably gravity)
- Had to construct a linear model of the slackliner to use LMI methods
- The state estimation inputs made little difference on the controller performance
- Concluded simple inverted pendulum is inadequate to capture body mechanics of slacklining
- Even calls this more complicated model a "gross oversimplification" of the actual phenomenon
- Compared the LMI output to a Linear Quadratic Regular (LQR) and a Pole Placement Controller
- LMI performed similarly to LQR, and pole placement had significantly better dynamic stability to LMI and LQR
- LMI can guarantee stability, but provide minimal control over dynamic stability
Limitations
- Use the same "curved cart track" model design as the previous controller study
- Vestibular based state estimator did not include delays, which is likely to have a large effect on the system
- Mention a lot of technical choices leading to different results in the discussion section