|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello all,
I'm the lead programmer on my team and have been programming for the team for three years. Today, while trying to deploy code to the robot, I encountered something I have never seen before. Cleaning the project works, but building the project produces an error claiming that IterativeRobot is not an accessible base of Robot (our robot class). Additionally, when trying to deploy, the 4 errors increase to 43, because the code refuses to recognize the Encoder or Spark classes either. What's going on, and how can I fix it? You can find the code on our GitHub here: https://www.github.com/PenguinEmpire/FRC2017 Thanks for any help you can provide, Noah Gersh Team 2551 |
|
#2
|
||||
|
||||
|
Re: WPILib Spark and Encoder classes not working?
Quote:
Unless your disk suddenly explodes, there's no reason cleaning shouldn't work Quote:
https://github.com/PenguinEmpire/FRC...inEmpire.h#L23 Code:
class Robot : public IterativeRobot and https://github.com/PenguinEmpire/FRC...pire.h#L11-L14 with Code:
#include <WPILib.h> #include "MyJoystick.h" #include <Joystick.h> #include <Math.h> |
|
#3
|
|||
|
|||
|
Re: WPILib Spark and Encoder classes not working?
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|