Thread: jRIO
View Single Post
  #6   Spotlight this post!  
Unread 01-03-2013, 19:49
Arhowk's Avatar
Arhowk Arhowk is offline
FiM CSA
AKA: Jake Niman
FRC #1684 (The Chimeras) (5460 Mentor)
 
Join Date: Jan 2013
Rookie Year: 2013
Location: Lapeer
Posts: 543
Arhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to behold
Re: jRIO

Code:
run:
Exception in thread "Timer-1" java.lang.NullPointerException
	at edu.wpi.first.wpilibj.IterativeRobot.disabledEnter(IterativeRobot.java:72)
	at org.jRIO.IterativeRobotTask.StartCompetitionTask.run(StartCompetitionTask.java:51)
	at java.util.TimerThread.mainLoop(Timer.java:555)
	at java.util.TimerThread.run(Timer.java:505)
The source code of this should be open and not compiled so we can make our own changes to fix any bugs :\. It would also make the creation of the code faster (people can see how the code works, make their own classes, post them here/to you to implement)

Last edited by Arhowk : 01-03-2013 at 22:30.
Reply With Quote