Closed jackparsonss closed 6 months ago
Page 4-5 of this is a great resource alongside f1tenth: https://link.springer.com/chapter/10.1007/978-981-99-0071-8_1
Implementation resource: https://github.com/hfoffani/PID-controller
This will actually come later, the PID controller will be needed after we complete the first lap and have a SLAM map. We don't need it for the first lap because pure_pursuit
will handle the control for the first lap
We need to do more research and then implement a PID controller for initial control. We may move to MPC in the future but PID is the simpler option for now to test how well it works. Lab 3 from f1tenth will be the best material to learn this
Implementation(tentative):