Implement Tsitouras 5th order numerical integrator #7123
Labels
component: wpimath
Math library
effort: 2
good first issue
Good for newcomers.
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
This issue is a spin-off of #4373.
The Tsitouras 5th order integration method is 3x more accurate than Dormand-Prince (RKDP). It uses the exact same algorithm with different coefficients.
Section 7.9 of Controls Engineering in FRC has an introduction to the notation of Runge-Kutta methods.
Here's the paper to implement: http://users.uoa.gr/~tsitourasc/RK54_new_v2.pdf
Here's the implementation steps:
The text was updated successfully, but these errors were encountered: