Expand description
Differential Dynamic Programming (DDP) for a car-like model.
State: [x, y, theta, v]
Control: [accel, steer]
Structsยง
- DDPConfig
- Configuration for DDP.
- DDPPlanner
- DDP planner.
- DDPResult
- DDP optimization output.
Differential Dynamic Programming (DDP) for a car-like model.
State: [x, y, theta, v]
Control: [accel, steer]