View Single Post
  #7   Spotlight this post!  
Unread 04-02-2017, 15:43
BetaBlues's Avatar
BetaBlues BetaBlues is offline
Registered User
FRC #5975 (Beta Blues)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2016
Location: Portland, Oregon
Posts: 13
BetaBlues is an unknown quantity at this point
Re: Driver Station No Robot Code Connection Error

Quote:
Originally Posted by vauc2000 View Post
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.
So we found PuTTY. It's lovely <3. We are able to log into the RoboRio as admin. We don't know the password for root. We're using Java; how do we check the build.properties file?
Reply With Quote