Hello,
We have successfully deployed our c++ code to our roboRio, but it crashes every few seconds. The RioLog displays the the message:
-
Set Camera Server Shared
-
Default DisabledInit() method… Override me!
-
Default DisabledPeriodic() method… Override me!
For context the code we have written is only to run motors, and there is no camera being used. Here is a link to what we have written: https://github.com/FRC6758/2020BasicDriveCode
Does anyone know what might be wrong?