ericstoneking / 42

Simulation for spacecraft attitude control system analysis and design
255 stars 83 forks source link

Problem running Standalone example #100

Closed 10k10 closed 2 years ago

10k10 commented 2 years ago

Hey!

I'm trying to run ./42 Standalone example and it returns the following error: SC[0].Whl[1] Node out of range. I didn't modify any example's files. I can run Demo and other examples without problem.

ericstoneking commented 2 years ago

Thanks for the bug report. I recently refactored nodes and some other things, and the wheel sections in SC_CfsSat0.txt and SC_CfsSat1.txt weren't fully updated properly. I've committed corrected versions.

10k10 commented 2 years ago

Thanks for the quick support! It's now running as expected.