pathfinder-for-autonomous-navigation / psim

Six DOF flight simulator and related GNC implementations.
MIT License
4 stars 6 forks source link

Further Testing of the Orbit Estimator #301

Open kylekrol opened 3 years ago

kylekrol commented 3 years ago

Currently, the orbit estimator implemented in #295 has been tested very little. There are a couple key questions we need to answer and constants that need to be nailed down:

  1. The GPS sensor values need to be updated to more realistic values (#142).
  2. Once complete, we need to determine what order gravity model is the most efficient use of CPU time given the largest perturbations we expect to see which aren't accounted for in our model (most likely drag and or third body forces). This most likely means implementing a more advanced orbital dynamics model (see existing MATLAB implementation for an existing drag model).
  3. With the proper order gravity model determined, process noise values during normal operations and around a thruster firing need to be settled on. The latter should be represented by incrementing the state covariance when delta v is applied to the orbital estimate.