ukf icon indicating copy to clipboard operation
ukf copied to clipboard

Allow direct process model

Open remipch opened this issue 3 years ago • 0 comments

By reading your library, I guess it was practical for you to model your specific system by writing derivative formulas.

Then, you implemented Integrator classes to compute process model from the derivative model.

In our case, it was convenient to write the direct process model without writing explicit derivative formulas.

This PR consists of allowing to implement StateVector::process_model() method directly without needing to implement StateVector::derivative() method.

remipch avatar Jun 16 '22 14:06 remipch