Quote:
|
Originally Posted by Idaman323
We are having the same problem, except we dont have it on autonomous mode. We just try getting the camera to track during normal run and the camera has the red light on. Without it moving at all. Im gonna try that change in the code and see how it works.
EDIT: Okay I changed it and this is what I get when I try to compile it.
C:\frc_camera2\frc_camera\tracking.c:97:Error [1105] symbol 'P_Packet_Data' has not been defined
C:\frc_camera2\frc_camera\tracking.c:97:Error [1151] struct or union object designator expected
|
That should be "T_Packet_Data", not "P_Packet_Data".
-Kevin