|
Re: Camera not working in autonomous
Make sure you're calling Camera_Handler() and Servo_Track() from within the autonomous loop. Put the function calls after the GetData() call.
Disclaimer: I don't have the code handy to check spelling. If you know what you're doing, you know what I mean.
|