Overview
This scenario uses the two OpNav methods implemented in previous scenarios.
This can allows for different results to be compared in the same simulation
The script can be run at full length by calling:
python3 scenario_DoubleOpNavOD.py
- 
class scenario_DoubleOpNavOD.scenario_OpNav(masterSim, showPlots=False)[source]
- Bases: - BSK_OpNav.BSKScenario
 - Main Simulation Class - 
- 
configure_initial_conditions()[source]
- Developer must override this method in their BSK_Scenario derived subclass. 
 - 
- 
log_outputs()[source]
- Developer must override this method in their BSK_Scenario derived subclass. 
 - 
- 
pull_outputs(showPlots)[source]
- Developer must override this method in their BSK_Scenario derived subclass.