View Single Post
  #4   Spotlight this post!  
Unread 16-01-2017, 08:50
MuskieProgramme MuskieProgramme is offline
Registered User
FRC #6420
Team Role: Programmer
 
Join Date: Dec 2016
Rookie Year: 2014
Location: Muscatine, IA
Posts: 34
MuskieProgramme is an unknown quantity at this point
Re: Using RobotBuilder

As I said before, I already fixed the imports, it's just irritating.

Robot.java was the only class with an error other than missing imports, it was trying to create a new DriveBase with no arguments (ei not passing any motors). I think this is because I named a subsystem DriveBase. I've since corrected it. I'll be testing the code on the robot later to day and let you know if any other errors are discovered.
Reply With Quote