Description
Use case
To conserve power, components such as cameras should be throttled down or disabled until they are critically needed. A notion of a point of interest can serve as the link between the identification of the time of critical need and the activation of the components.
Design notes
class PointOfInterest for events that may require more of the craft's capabilities to be brought online (e.g. nearing the apogee of the balloon flight, so need to go into continuous camera recording mode to capture the bursting of the balloon).
- Important parts of the mission will be designated as
PointOfInterest objects, so this should come from the FlightExecutive when it is in MISSION state.
Description
Use case
To conserve power, components such as cameras should be throttled down or disabled until they are critically needed. A notion of a point of interest can serve as the link between the identification of the time of critical need and the activation of the components.
Design notes
class PointOfInterestfor events that may require more of the craft's capabilities to be brought online (e.g. nearing the apogee of the balloon flight, so need to go into continuous camera recording mode to capture the bursting of the balloon).PointOfInterestobjects, so this should come from theFlightExecutivewhen it is inMISSIONstate.