Hello,
So after 3 days of issues regarding deploying our build code to the roboRio, I'm getting kind of frustrated with the repeated build errors we were receiving.
Originally, we started getting a permission error regarding deploying code to the roboRio that was shown like this in eclipse:
We've assumed this was regarding a permission error & tried editing the roboRio through its web address page, putting a pass on admin.
Quote:
Buildfile: C:\Users\Robotics Team 4012\workspace\Tank\Tank\build.xml
Trying to override old definition of task classloader
get-target-ip:
[echo] Trying Target: roboRIO-4012-FRC.local
[echo] roboRIO found via mDNS
dependencies:
[echo] roboRIO image version validated
deploy:
[sshexec] Connecting to roboRIO-4012-FRC.local:22
[sshexec] cmd : rm -f /home/lvuser/FRCUserProgram
[sshexec] Could not chdir to home directory /home/lvuser: Permission denied
[sshexec] rm: can't stat '/home/lvuser/FRCUserProgram': Permission denied
[sshexec] Remote command failed with exit status 1
[echo] [athena-deploy] Copying code over.
[scp] Connecting to roboRIO-4012-FRC.local:22
BUILD FAILED
C:\Users\Robotics Team 4012\wpilib\cpp\current\ant\build.xml:67: com.jcraft.jsch.JSchException: Could not send 'C:\Users\Robotics Team 4012\workspace\Tank\Tank\Debug\FRCUserProgram' to '/home/lvuser' - 3: Permission denied
|
After a while of receiving this same error and verifying that our eclipse was setup correctly & the robot was imaged to 2016 we changed computers.
And now we receive a new error:
Quote:
BUILD FAILED
C:\Users\Robotics\wpilib\cpp\current\ant\build.xml :45: Assertion failed boolean test.
roboRIO not found, please check that the roboRIO is connected, imaged and that the team number is set properly in Eclipse
|
At this point we are not too sure what the problem is and are considering calling National Instruments, any help?
Thanks.