wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.06k stars 614 forks source link

[wpimath] Add a base JNI class for WPIMath #6793

Closed ThadHouse closed 2 months ago

ThadHouse commented 3 months ago

6695 should have done this originally. There should be a static base class that initializes the JNI library. We do the same thing in the HAL.

Gold856 commented 3 months ago

Resolves #6790