[][src]Module nyx_space::dynamics::thrustctrl

Defines a few examples of thrust controllers.

Structs

FiniteBurns

A controller for a set of pre-determined maneuvers.

Mnvr

Mnvr defined a single maneuver. Direction MUST be in the VNC frame (Velocity / Normal / Cross). It may be used with a maneuver scheduler.

NoThrustControl
Ruggiero

Ruggiero defines the closed loop control law from IEPC 2011-102

Enums

Achieve

Goals used for sub-optimal controls

Traits

ThrustControl

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