Quote:
Originally Posted by flemdogmillion
Get a cheap gyro, perhaps the ADXRS450, and set it up so that the angle resets every time the vision info changes (in Periodic Tasks.vi in a 10ms loop). That way, you have an angle that, when subtracted from the angle you calculate from your vision data, gives you how far off you are, even when vision doesn't update. At least that's how I did it.
|
Okay thank you for all your help. I have a gyro currently working on the robot, but the problem I see with using the gyro angle to line it up is distance. Right now my vision code won't figure the distance from the target it just says infinite. If I'm closer or further away that'd change the angle calculations, but right now I don't know how to get that distance.