文章
制作、测试并拆解技术。通过实现、实验和调研,记录技术背后的原理。
← 学习指南

Control engineering — 学习指南

Distinguish feedback, estimation and optimization, and test responses in PID and Kalman experiments.

按照清晰的学习路径,从基础原理走向实际应用。

Before you start Basic functions, calculus and vectors are used. Topic prerequisites link to state-space and closed-loop explanations.

1. Feedback control

Read how PID works, then vary delay and saturation.

  1. PID control

    Background: Closed-loop feedback

2. Estimating state from observations

Separate prediction and update, then vary noise assumptions.

  1. Kalman filtering

    Background: State-space model

3. Choosing inputs with costs and constraints

Move from LQR weights to MPC constraints and repeated optimization.

  1. LQR

    Background: State-space model

  2. Model predictive control

    Background: Closed-loop feedback · State-space model

4. Timing a motion

Distinguish path geometry from velocity and acceleration timing.

  1. Trajectory timing

5. Following a path

Move from geometric lookahead tracking to speed regulation and front-axle error steering on one shared vehicle model.

  1. Pure Pursuit and Adaptive Pure Pursuit

    Background: Trajectory timing

  2. Regulated Pure Pursuit speed regulation

    Background: Pure Pursuit and Adaptive Pure Pursuit

  3. Stanley control

    Background: Pure Pursuit and Adaptive Pure Pursuit

  4. Path tracking with MPC

    Background: Stanley control · Model predictive control

  5. Comparing path trackers

    Background: Regulated Pure Pursuit speed regulation · Path tracking with MPC