REVrobotics / 2m-Distance-Sensor

Port of ST vl53l0x driver for roboRIO to operate the REV Robotics 2m Distance Sensor.
http://www.revrobotics.com/rev-31-1505/
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

libDistanceSensorDriver not getting downloaded to Roborio #11

Open jeffding45 opened 4 years ago

jeffding45 commented 4 years ago

We ran into a problem where the libdistanceSensorDriver was not getting downloaded to the Roboio. We fixed the problem by editing the Rev2mDistanceSensor.json and set "sharedLibary" to True for this library. The Gradle build then copied the file to the Roborio. Not sure this was the correct method but it did work. Others may be having this issue.