8. scenario_OpNavPoint

8.1. Overview

This scenario only performs the pointing component to the OpNav FSW stack. It uses Hough Circles to identify the planet center. More details can be found in Chapter 2 of Thibaud Teil’s PhD thesis.

The script can be run at full length by calling:

python3 scenario_OpNavPoint.py
class scenario_OpNavPoint.scenario_OpNav(masterSim, showPlots=False)[source]

Bases: 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.