LSRobotics / 2016Robot

2016 FRC Robot Code
GNU General Public License v3.0
3 stars 10 forks source link

Vision Processing: GRIP fails to deploy to roborio #28

Closed msbense closed 8 years ago

msbense commented 8 years ago

It prints out some error involving networktables, and a software version mismatch

msbense commented 8 years ago

Fixed by updating WPILIB

msbense commented 8 years ago

GRIP is now failing to deploy to the roboRIO for another reason:

Could not verify ''ecdsa-sha2-nistp256'' host key with fingerprint ''38:74:c2:1f:0a:91:6f:d9:dd:92:78:a5:74:c1:b0:9c'' for '10.51.81.2' on port 22 is displayed in the loading bar when trying to deploy.

thefangbear commented 8 years ago

This is an ssh key problem. Shall be solved by adding the server's private key.

msbense commented 8 years ago

Cool, it's good to know you already know how to fix this.

thefangbear commented 8 years ago

@msbense Actually I'm little confused. Shouldn't there also be a client side network tables?

thefangbear commented 8 years ago

Otherwise why shouldn't you use local command execution?

thefangbear commented 8 years ago

I see. NetworkTables is totally unecessary

msbense commented 8 years ago

I'm not really sure what you're talking about :confused:. Are you still talking about the first error? Because that's no longer the issue

thefangbear commented 8 years ago

Oh no. I see now. I'm just analyzing the codes

msbense commented 8 years ago

Fixed by updating to latest version of GRIP (v1.2.0).