Comparing PID and LQR
- Choose the control method (LQR or PID) at bottom line in
control_animation.py
. - Set the
goal_state
incontrol_animation.py
( (x,y) coordinate. Starting point is currently at (0,0)) - Choose the trajectory (currently only "sin" and "line". Polynomial is under development).
- Execute the
control_animation.py
file.