kauailabs / navxmxp

Robotics Navigation Sensors. NavX-MXP designed for the National Instruments RoboRIO & FIRST FRC Robotics. Navx-MIcro designed for Android-based FIRST FTC Robots
MIT License
105 stars 89 forks source link

NavX does not report using FRC's usage reporting #82

Closed sciencewhiz closed 4 years ago

sciencewhiz commented 5 years ago

In the usage reporting spreadsheet from 2019, the NavX is not reported.

kauailabs commented 5 years ago

@sciencewhiz, I've added usage reporting for C++, Java (now available on the navX software download page, as version 3.1.390).

Do you know how one can add Usage Reporting from LabVIEW? I couldn't figure that part out....

sciencewhiz commented 5 years ago

You can use this VI Snippet for usage reporting in LabVIEW. NavXUsageReporting

kauailabs commented 4 years ago

@sciencewhiz, we just release 3.1.400 of the navX-MXP RoboRIO software; this includes updated LabVIEW VIs which use the code snippet you've provided to update the usage reporting. Thanks for the help!