Does anyone know where is this folder located?
Hey there!
/usr/local/frc/third-party/lib
This folder is usually found on the RoboRIO (after it has been successfully imaged at least one time, this is there the “deploying 3rd party libraries” build step comes from.)
There usually is no need to interact with it, unless you are deploying a library (in which case you should use venderdeps). This folder can be observed being used for some libraries, such as PlayingWithFusion, something with is only required for LabView, as that lacks proper build steps.
- Copy libPlayingWithFusionDriver.so into the /usr/local/frc/third-party/lib folder on the roboRIO…
If you really wish to interact with it, for some reason, you may ssh into your RoboRIO, more instructions here.
2 Likes
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.