Plan
Plan file representation.
Parrot Plan format documentation
Parameters
staticConfig
static config of the plan, null
if none
items
list of items of the plan
Types
Link copied to clipboard
Exception thrown whenever parsing a plan file format fails.
Link copied to clipboard
data class StaticConfig( var customRth: Boolean? = null, var rthType: ReturnHomePilotingItf.Target? = null, var rthAltitude: Double? = null, var rthEndAltitude: Double? = null, var disconnectionPolicy: FlightPlanPilotingItf.DisconnectionPolicy? = null, var rthEndingBehavior: ReturnHomePilotingItf.EndingBehavior? = null, var digitalSignature: Camera.DigitalSignature? = null, var customId: String? = null, var customTitle: String? = null)
Static config of a plan.
Properties
Functions
Link copied to clipboard
Serializes a plan to a given output stream.