Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LabVIEW does not load shared library correctly #4

Open
ryanj1234 opened this issue Oct 1, 2019 · 0 comments
Open

LabVIEW does not load shared library correctly #4

ryanj1234 opened this issue Oct 1, 2019 · 0 comments

Comments

@ryanj1234
Copy link
Contributor

2m Distance Sensor depends on libDistanceSensorDriver.so, which is the compiled VL53L0X vendor driver. This is copied over to the roboRIO when a LabVIEW project is run, but any function calls made to this library will fail due to it not being found if a user has only used LabVIEW for the 2m Distance Sensor.

If a project is created in C++/Java using the 2m Distance Sensor, the gradle deploy process copies this shared library over, gives it the proper permissions and runs ldconfig to link the library. After doing this, any LabVIEW project can use the shared library.

This is currently noted as a workaround for installing LabVIEW, but should be fixed so users do not have to load a C++/Java project to their roboRIO before running LabVIEW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant