|
Re: 2010 FRC camera vision tracking delay, image processing lag
use the sendVisionData function in DashboardDataSender.h file that comes with the 2010 vision demo
void sendVisionData(double joyStickX,
double gyroAngle,
double gyroRate,
double targetX,
vector<Target> targets);
|