One of the students on our programming team is having trouble uploading code to the robot. In her build path is:
- WPILIB
- Cscore
- OpenCV
- Navx Library
- TalonSRX Library
- JRE System Library
In Eclipse, the code has no errors; the code shows no issues regarding not recognizing the AHRS class in the NavX library. However, upon trying to upload, the deployer gives an error stating that class AHRS is not found, even though it is fine in Eclipse. build.properties points to the correct library locations for the TalonSRX library and NavX library too.
Sidenote: I had the same issue after upgrading on kickoff, but managed to fix it. I can't for the life of me remember how though.