:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** Natural Motion Circumnavigation ------------------------------- **Script Type:** :class:`WsfNaturalMotionCircumnavigation` .. parsed-literal:: :ref:`maneuver` natural_motion_circumnavigation :ref:`Common Maneuver Commands ...` target_platform_ ... orbit_size_ ... orbit_phase_ ... out_of_plane_amplitude_ ... out_of_plane_phase_ ... delta_time_ ... maximum_delta_time_ ... maximum_delta_v_ ... optimize_time_ ... optimize_delta_v_ ... optimize_cost_ ... tolerance_ ... end_maneuver .. block:: natural_motion_circumnavigation Perform a maneuver that brings the executing platform into a natural motion circumnavigation (NMC) of another platform. The resulting motion of the executing platform is the superposition of an elliptical relative orbit in the orbital plane of the target platform, and a harmonic oscillation in the out-of-plane direction. For details on the relative orbit, please see :doc:`Natural Motion Circumnavigation Details `. In addition to the final relative motion, the executing platform will perform maneuvers similar to a :doc:`rendezvous` to transfer from its initial orbit to the final NMC. Because of this transfer, this maneuver also has many options that overlap with :doc:`rendezvous`. .. command:: target_platform The target platform around which the executing platform will perform a NMC. .. command:: orbit_size The semi-major-axis of the relative orbit. .. command:: orbit_phase The phase along the relative orbit at which the executing platform will be inserted into the NMC. .. command:: out_of_plane_amplitude The amplitude of the out-of-plane oscillation. .. command:: out_of_plane_phase The phase in the harmonic oscillation at which the executing platform will be inserted into the NMC. .. include:: common_targeting_commands.txt