I have data on the position of the drone from a tracker, as well as estimates of velocity and acceleration based on that data from a Kalman filter variant that seem reasonably good.
I am looking to predict (/give a reasonable guess of) the position of the drone multiple seconds in the future, and I am uncertain if the best tactic is to keep estimating jerk, snap, crackle & pop and include them in the computation, or if there is a better method that I am missing.
Any help appreciated.