|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
[Question] Library on roboRIO appears to be missing
I've been having some issues with the new roboRIO. Firstly, the code kept failing to deploy to the robot. The ANT build failed with a message saying that the firmware version didn't match. After I modified the file to print out both the version required and the version in use, I got that required was 19 and the one it got was "ImageRegExFail". I believe this comes from an error in the following:
Code:
<propertyregex property="roboRIOImage" input="${roboRIOSysValues}" regexp="FRC_roboRIO_2016_v([0-9]+)" select="\1" defaultValue="ImageRegExFail"/>
So I commented out the version check and ran again. The deploy succeeded with no errors, but when I opened the driver station, there was no code. I connected to the roboRIO through SSH and ran the code manually: Code:
lvuser@roboRIO-4373:~$ bash robotCommand ➔ Launching «'/usr/local/frc/JRE/bin/java' '-jar' '/home/lvuser/FRCUserProgram.jar'» Exception in thread "main" java.lang.UnsatisfiedLinkError: /var/volatile/tmp/libwpilibJavaJNI948982247454152796.so: libnirio_emb_can.so.15: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1814) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1083) at edu.wpi.first.wpilibj.hal.JNIWrapper.<clinit>(JNIWrapper.java:47) at edu.wpi.first.wpilibj.RobotBase.initializeHardwareConfiguration(RobotBase.java:170) at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.java:182) lvuser@roboRIO-4373:~$ |
|
#2
|
|||
|
|||
|
You need to update the image on your RoboRIO. That's the reason why the build was failing: your RoboRIO is out of date. See the ScreenSteps here https://wpilib.screenstepslive.com/s...g-your-roborio.
|
|
#3
|
||||
|
||||
|
Re: [Question] Library on roboRIO appears to be missing
Quote:
![]() |
|
#4
|
|||
|
|||
|
Re: [Question] Library on roboRIO appears to be missing
Image != Firmware. Latest image is 2016v19. Follow the link given earlier and make sure you update to the latest.
|
|
#5
|
||||
|
||||
|
Re: [Question] Library on roboRIO appears to be missing
We are having the same issue. We have Image v23, but it says we need v19 to run. We can't locate a link for this file. Any help would be great! Thanks!
|
|
#6
|
|||
|
|||
|
Re: [Question] Library on roboRIO appears to be missing
The link I gave in my last post in this thread is the relevant ScreenSteps article.
|
|
#7
|
|||
|
|||
|
Re: [Question] Library on roboRIO appears to be missing
So we're having the same problem and seem to be missing the FRC Image 2016v19 image. We have installed the update suite and everything however we still cannot find the file... Is there any link to download the image?
|
|
#8
|
|||
|
|||
|
Re: [Question] Library on roboRIO appears to be missing
Yep, same exact problem here, we have v23, but need v19. Cannot find it...
|
|
#9
|
|||
|
|||
|
Re: [Question] Library on roboRIO appears to be missing
The short version?
Install the Update Suite from the instructions here: http://wpilib.screenstepslive.com/s/...-all-languages Image using the instructions here: http://wpilib.screenstepslive.com/s/...g-your-roborio The right version? Read through each of these in order (you may be able to just skim some of them) to make sure you're not missing things: http://wpilib.screenstepslive.com/s/4485/m/13503 |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|