Module nyx_space::dynamics::guidance

source ·
Expand description

Defines a few examples of guidance laws.

Re-exports§

Structs§

  • A controller for a set of pre-determined maneuvers.
  • Mnvr defined a single maneuver. Direction MUST be in the VNC frame (Velocity / Normal / Cross). It may be used with a maneuver scheduler.
  • Ruggiero defines the closed loop guidance law from IEPC 2011-102
  • Defines a thruster with a maximum isp and a maximum thrust.

Enums§

Traits§

  • The GuidanceLaw trait handles guidance laws, optimizations, and other such methods for controlling the overall thrust direction when tied to a BaseSpacecraft. For delta V control, tie the DeltaVctrl to a MissionArc.

Functions§