View Single Post
  #12   Spotlight this post!  
Unread 04-02-2017, 16:49
vauc2000 vauc2000 is offline
Registered User
FRC #1797 (Phoenix 1797)
Team Role: Programmer
 
Join Date: Feb 2017
Rookie Year: 2016
Location: London, UK
Posts: 6
vauc2000 is an unknown quantity at this point
Re: Driver Station No Robot Code Connection Error

Quote:
Originally Posted by BetaBlues View Post
Thank you so much, however it looks like that is not the problem. This is what the build.properties has -> package=org.usfirst.frc.team5975.robot
robot.class=${package}.Robot

This is what we have in our robot.java file
package org.usfirst.frc.team5975.robot;
public class Robot extends IterativeRobot
Ah well, it was worth a shot. Have you tried locating the FRCUserProgram on the RoboRIO yet?
Reply With Quote