|
Re: jRIO
Here is the error that we get when we try to build it:
C:\Users\Shazbots Programming\Documents\NetBeansProjects\jRIO Code Emulation\src\jrio\code\emulation\JRIOCodeEmulatio n.java:29: setRobotBase(org.jRIO.RobotBase) in org.jRIO.mainframe.Main cannot be applied to (jrio.code.emulation.RobotTemplate)
Main.setRobotBase(new RobotTemplate());
We are using the latest library where you changed the imports and our RobotTemplate extends IterativeRobot, so we aren't using command based. Any ideas?
__________________
Cro-grammer: Someone whose code is so unreadable, it might as well be a bunch of grunts.
|