:py:mod:`pycasx.scenario.flightplan` ==================================== .. py:module:: pycasx.scenario.flightplan .. autoapi-nested-parse:: Module to generate the flightPlan XML string. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: pycasx.scenario.flightplan.create_flightplan_xml .. py:function:: create_flightplan_xml(waypoints) Create a flightplan XML file. :param waypoints: List of waypoints :type waypoints: list[WayPointConfig] :returns: The XML file as a string :rtype: str