Browse Source
Remove duplicate code blocks that were executing maneuvers twice. Fix ensures correct update order: 1. Body RK4 updates 2. Body global coords 3. Spacecraft RK4 updates 4. Maneuver execution (once, with executed flag check) 5. Spacecraft global coords (from updated local_velocity) This eliminates the redundant 'execute pending maneuvers' and 'compute spacecraft globals' blocks that were duplicated in the code.main
1 changed files with 1 additions and 33 deletions
Loading…
Reference in new issue