pathfinder-for-autonomous-navigation / psim

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

Improve Get Field Error Messages in Model #333

Closed kylekrol closed 3 years ago

kylekrol commented 3 years ago

Summary of Changes

Before this change, it wasn't possible to distinguish whether field retrieval failed because a field didn't exist or the cast was invalid. This removes that ambiguity.

Testing

CI boots up simulation and should be totally sufficient to verify the change is correct.