jsimpso81 / WPIlibMathLabVIEW

WPILib LabVIEW Math Library
Other
16 stars 3 forks source link

Add time interp variant functions #138

Closed jsimpso81 closed 1 year ago

jsimpso81 commented 1 year ago

add time interp variant functions. This will create a set of wrapper functions to use with any data type. The user must supply the interpolation routine to use. They must also supply a convert from variant to end data type. This will be used by the revised pose estimator routines.

jsimpso81 commented 1 year ago

implemented. closed.