Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 532 Bytes

File metadata and controls

11 lines (9 loc) · 532 Bytes

Hopper Control

Tasks

A. Euler-Lagrange

Please refer to this

B. Hopper Control

  • Learn $\texttt{Raibert Control}$ for single legged hopper.

    $\phi = sin^{-1}(\frac{\dot{x_0}\pi}{2l} \sqrt{\frac{m}{k}}) + k_p \cdot (\dot{x_0} - \dot{x_d})$

  • Add the control law with Raibert Control.

  • Observe the dynamics via integration (RK4 or Euler forward).