View Single Post
  #6   Spotlight this post!  
Unread 04-02-2017, 15:10
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

One of the easiest ways to ssh into the RoboRIO would be to download PuTTY. This SSH client works on Windows, as well as other operating systems. Make sure you are connected to the RoboRIO network, and then input the robot hostname (RoboRIO-[your team number without leading zeroes]-FRC.local). For example, your hostname would be RoboRIO-5975-FRC.local.

On another note, have you renamed the Robot class? Another reason why the driver station may be providing the error of "No Robot Code" could be that you renamed the main Robot class without updating the build.properties file.
Reply With Quote