Skip to the content.

Week 14 - Laikago Stability Debugging

Task Goal

This week focuses on Laikago quadruped stability in PyBullet. The work investigates orientation, leg polarity, inverse kinematics, and startup control.

Folder Check

week14/
|-- README.md          # required report
|-- img/               # result screenshots
|-- code/              # recommended when source exists

Environment

Steps

  1. Diagnose unstable landing and joint conflicts.
  2. Check robot orientation and front/back leg polarity.
  3. Use PyBullet inverse kinematics for foot targets.
  4. Add startup buffering to reduce sudden force.

Commands

python3 pybullet_perfect.py

Result

Laikago stability screenshot

Summary

Quadruped stability depends on control logic and physical contact. This week documents practical debugging beyond simple waveform movement.


Back to main archive