Skip to content

zhujun98/control

Repository files navigation

Control

Build Status

Jun Zhu

Test codes

PID control

Implement a PID controller for a simulator in C++.

Details can be found here

Model predictive control

Implement a Model Predictive Controller (MPC) for a simulator in C++.

Details can be found here