pathfinder-for-autonomous-navigation / psim

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

Added Vector Based DCM Generation Function #175

Closed kylekrol closed 4 years ago

kylekrol commented 4 years ago

Vector Based DCM Generation Function

Closes #163.

Summary of changes

Ptest Effects

NA

Testing

See added unit test based on a DCM calculated in MATLAB and the new NaN output testcases.

Constants

NA

Documentation Evidence

See inline documentation.

kylekrol commented 4 years ago

This has sort of expanded beyond it's original scope; I ended up adding a triad NaNs testcase because that was the only other GNC function missing. Ended up being missing absolute value call in triad as well.