SoonerRobotics / robomagellan-2019

Sooner Competitive Robotics code base for the 2019 Robogames RoboMagellan competition
http://ou.edu/scr/
4 stars 0 forks source link

Point to Point Control #12

Closed jkleiber closed 5 years ago

jkleiber commented 5 years ago

Point to point navigation calculations are easy enough, but controlling the robot and making it drive the path is where the results are.

Make a class/system/test code that can use navigational utilities to control the robot as it drives the path. This will probably use PID to correct for error in heading in the simplest cases. In the future, this will need to predict turns before they happen so the robot can stay on path, while also integrating well with the obstacle avoidance/cone detection system. Please make this modular.