Thread: jRIO
View Single Post
  #23   Spotlight this post!  
Unread 02-02-2013, 11:54
Self.This() Self.This() is offline
Programmer From Beyond the 4th Wall
AKA: Trent Gamber
FRC #1245 (Shazbots)
Team Role: Programmer
 
Join Date: Jan 2013
Rookie Year: 2009
Location: Louisville
Posts: 4
Self.This() is an unknown quantity at this point
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.
Reply With Quote