FRC1076 / 2019-Competition

Code for 2019 Competition
2 stars 1 forks source link

Implement DriverAssistant to semi-autonomously drive to vision target #47

Closed mcolinj closed 5 years ago

mcolinj commented 5 years ago

DriverAssistant runs two PID controllers to orient the robot toward the target and to drive the robot forward to within a few inches.

The idea is to use vision angle reports and sonar range reports to provide feedback for the two algorithms. While the 'A' button is pressed the DriverAssistant takes over using the two remote sensors. When it is released, the DriverAssistant aborts.

mcolinj commented 5 years ago

Good first implementation. Let's close and work on bits as separate issues.