Since installing
C++ team update 4.1 I've had an issue where the driver station says there is "No Code" on the robot. This only happens whenever I have the line "AxisCamera &camera = AxisCamera::GetInstance()" (or equivalent) in the code, when I remove all camera-related code it runs fine.
Previous to the update, I've been able to run the bot with the camera and get a live feed to the driver station, leading me to believe that it has something to do with one of the updates.
Has anyone else experienced this? How did you fix it?
(It's worth mentioning that I never installed update 4.3, but it doesn't seem to be relevant to this issue. Regardless, I'll try it tomorrow along with anything else.)