Skip to content
/ Wahba Public
forked from risherlock/wahba

Implementations of spacecraft attitude determination algorithms. It includes the Triad method and various solutions to the Wahba's problem.

Notifications You must be signed in to change notification settings

ynakka/Wahba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementations of the major developments in 3D-attitude determination of spacecraft.

Original problem


Implementations

  1. TRIAD: A Passive System for Determining the Attitude of a Satellite (1964)
  2. Davenport's q method: A Vector Approach to the Algebra of Rotations with Applications (1968)
  3. SVD method: Attitude Determination using Vector Observations and Singular Value Decomposition (1968)
  4. QUEST: Three-axis Attitude Determination from Vector Observations (1981)
  5. FOMA: Attitude Determination using Vector Observations, A Fast Optimal Matrix Algorithm (1993)
  6. An Analytic Solution to Wahba's Problem (2013)
  7. Attitude Determination using Newton's Method on Riemannian Manifold (2015)
  8. FLAE: Fast Linear Quaternion Attitude Estimator Using Vector Observations (2017) (Newton's method)
  9. FLAE: Fast Linear Quaternion Attitude Estimator Using Vector Observations (2017) (Symbolic method)

Technical report

My note Mathematical Introduction to Attitude Determination documents the introduction to attitude determination (in constrast to the attitude estimation which utilizes estimation algoriths like Kalman Filter) of spacecraft and general approaches to the solution of Wahba's problem. It, however, does not contain the detail of any of above algorithms (because respective papers does this in more rigour then I could ever do). More emphasis is give on the analysis of the problem from the mathematical point of view.

If you are interested in Kalman filter based attitude estimation algorithms for spacecrafts, please check Attitude-Estimation.

TODOs

  1. ESOQ and ESOQ-2
  2. Randomly generate the ground truth and vector pairs

About

Implementations of spacecraft attitude determination algorithms. It includes the Triad method and various solutions to the Wahba's problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 88.5%
  • C++ 11.1%
  • Makefile 0.4%