ann_elucubrations

Sorting my notes about artificial neural networks

View the Project on GitHub

Mobile Inverted Pendulum

Simple Planar Model

MIP Planar MIP Schematics
Fig1. - Planar MIP Picture (left) and Schematics (right).

code

The derivation of a space state equation is adapted from \cite{ostovari2014}

Notations

Kinematics

Position of the body center of mass:

Velocity of the body center of mass:

Acceleration of the body center of mass:

The \emph{no slip} hypothesis also brings:

Dynamics

State Space Equation

\begin{equation} \left(I_w + (m_b+m_w)R^2\right) \ddot{\phi} + (m_b R L \cos{\theta}) \ddot{\theta} = m_b R L \dot{\theta}^2 \sin{\theta} + \tau \end{equation}

or matricially

with

and

When the system has full rank (), equations can be separated, leading to

or

which expands to:

References

\bibitem{ostovari2014} Saam Ostovari et al {\em The dynamics of a Mobile Inverted Pendulum (MIP)} 2014.