ChristopherRabotin / gokalman

A Kalman Filter library in go. Includes several examples in statistical orbit determination.
MIT License
22 stars 3 forks source link

Orbital pertubations with J2 via STM #29

Closed ChristopherRabotin closed 7 years ago

ChristopherRabotin commented 7 years ago

My space mission design library allows for pure dynamics, which is best for simulations and mission design, but not state estimation. The goal of this issue is to create an example of using a state transition matrix to compute the linearized dynamics including perturbations.

ChristopherRabotin commented 7 years ago

This has been canceled in favor of https://github.com/ChristopherRabotin/smd/issues/53 .