pathfinder-for-autonomous-navigation / psim

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

Attitude Orbit Simulations for PSim Integration #263

Closed shihaocao closed 4 years ago

shihaocao commented 4 years ago

Attitude Orbit Simulations for PTest Integration

The main features added by this PR are:

Note for future debugging, it's possible to just run gdb python and the call the following from inside gdb to get a stack trace out of PSim on assertion/segfault issues:

gdb python
(gdb) r -m psim <arguments producing an error>

Verification

We were able to successfully detumble in PSim standalone:

detumble

The detumbler for PSim standalone isn't included here and will be included with a seprate PR as it was super hacky.

@shihaocao can also confirm this version of PSim allowed us to run a successful detumble case in HOOTL!