Kauai Labs
Kauai Labs
Good catch; thanks, this is an issue in the backwards compatibility code (navX-MXP firmware v 2.0 moved the integration down into the navX-MXP microcontroller), and we missed that in testing....
The setup program is generated by Innosetup, which generates an EXE. If the setup program happens to use the JVM internally that's an implementation detail of Innosetup. Note that the...
The following is some feedback on the following comments: " Why not give this freedom to the user by simply supplying the libraries. If you're expecting the users to edit...
A new .zip file which contains only the navX-MXP libraries for FRC/FTC is now available, as described on the [navX-MXP software page](http://navx-mxp.kauailabs.com/software/). See the readme.txt file in the root of...
This repo is inactive, since the introduction of navX2-MXP, which is in a private repo that requires a NDA, as we have experienced several attempts to copy or hijack the...
The root cause of the exception in this case is that the AHRS class destructor does not properly shut down the IO thread, and the next time data is read,...
Thanks for finding this. Note that you can use the AHRS.getRawGyroZ() method to return a value w/units of degrees second for now. However this should be fixed. The way to...
It's possible, will start looking into what's involved. Don't have a good way to test it, so will need your help w/that. Will update on this issue as things progress.
It's a drag the cross-compiling isn't supported, and it requires setting up a different machine for this to manage the linux simulation build process. Are you aware of anyone else...
We tested C++ serial (both TTL UART and USB and didn’t see a problem. As long as you are compiling for RoboRIO SimDevice should be null. Can you be more...