Hello. I have been trying to deploy my code to my team’s RIO and have been experiencing an issue where when I try to build my code I get this error.
Assertion failed: Property ‘roboRIOFound’ doesn’t exist in this project.
roboRIO not found, please check that the roboRIO is connected, imaged and that the team number is set properly in Eclipse
I am connecting to my RIO through wireless although I have tried using a direct Ethernet connection both result in this error even after rebooting both my laptop and the robot.
Here is the Full log of the build
Buildfile: C:\Users\robotics\source\repos\FRC2018\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\robotics\source\repos\FRC2018\build
[delete] Deleting directory C:\Users\robotics\source\repos\FRC2018\dist
compile:
[mkdir] Created dir: C:\Users\robotics\source\repos\FRC2018\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\robotics\wpilib\user\java\lib\CTRLib.jar;C:\Users\robotics\wpilib\user\java\lib
avx_frc.jar;C:\Users\robotics\wpilib\java\current\lib\WPILib.jar;C:\Users\robotics\wpilib\java\current\lib\NetworkTables.jar;C:\Users\robotics\wpilib\java\current\lib\opencv.jar;C:\Users\robotics\wpilib\java\current\lib\cscore.jar to build
[javac] Compiling 14 source files to C:\Users\robotics\source\repos\FRC2018\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\robotics\source\repos\FRC2018\dist
[mkdir] Created dir: C:\Users\robotics\source\repos\FRC2018\build\jars
[echo] [athena-jar] Copying jars to build/jars.
[copy] Copying 6 files to C:\Users\robotics\source\repos\FRC2018\build\jars
[jar] Building jar: C:\Users\robotics\source\repos\FRC2018\dist\FRCUserProgram.jar
get-target-ip:
[echo] Finding roboRIO, please ignore any [hostinfo] error messages
[echo] Trying mDNS: roboRIO-2075-FRC.frc-robot.local
[echo] Trying DNS: roboRIO-2075-FRC.lan
[echo] Trying USB: 172.22.11.2
[hostinfo] Error retrieving remote host information for host:roboRIO-2075-FRC.lan.
[echo] Trying mDNS: roboRIO-2075-FRC.local
[echo] Trying Static Ethernet: 10.20.75.2
[hostinfo] Error retrieving remote host information for host:roboRIO-2075-FRC.frc-robot.local.
[hostinfo] Error retrieving remote host information for host:roboRIO-2075-FRC.local.
BUILD FAILED
C:\Users\robotics\wpilib\java\current\ant\build.xml:127: Assertion failed: Property ‘roboRIOFound’ doesn’t exist in this project.
roboRIO not found, please check that the roboRIO is connected, imaged and that the team number is set properly in Eclipse
Total time: 23 seconds
Any help would be appreciated.