Uses of Interface
org.orekit.propagation.relative.maneuver.FieldRelativeManeuver
Packages that use FieldRelativeManeuver
Package
Description
Package relative provides classes to compute typical maneuvers of relative proximity operations (RPO).
This package implements relative impulse maneuver of a chaser spacecraft in regard to a target by extending
EventDetector interface.
-
Uses of FieldRelativeManeuver in org.orekit.control.relative
Methods in org.orekit.control.relative that return types with arguments of type FieldRelativeManeuverModifier and TypeMethodDescription<T extends CalculusFieldElement<T>>
List<FieldRelativeManeuver<T>> RPO.computeForcedManeuvers(List<TimeStampedFieldPVCoordinates<T>> waypoints, FieldVector3D<T> initialVelocity, FieldOrbit<T> targetOrbit, FieldRelativeProvider<T> provider) Compute relative maneuvers to realize a forced trajectory defined by the waypoints (ForcedLinear/ForcedCircular).<T extends CalculusFieldElement<T>>
List<FieldRelativeManeuver<T>> RPO.computeTeardropManeuvers(List<TimeStampedFieldPVCoordinates<T>> waypoints, FieldRelativeProvider<T> relativeProvider) Computes the relative maneuvers of the teardrop relative orbit in the RPOModel Local Orbital Frame.Method parameters in org.orekit.control.relative with type arguments of type FieldRelativeManeuverModifier and TypeMethodDescriptiondefault <T extends CalculusFieldElement<T>>
List<FieldImpulseManeuver<T>> RPO.convertToImpulseManeuver(List<FieldRelativeManeuver<T>> maneuvers, FieldOrbit<T> targetOrbit, T isp) Convert the relative maneuvers into Impulse maneuvers in the targetOrbit frame. -
Uses of FieldRelativeManeuver in org.orekit.propagation.relative.maneuver
Classes in org.orekit.propagation.relative.maneuver that implement FieldRelativeManeuverModifier and TypeClassDescriptionclassFieldAbstractRelativeManeuver<T extends CalculusFieldElement<T>,P extends FieldRelativeProvider<T>> Abstract class for implementing an impulse maneuver for a chaser spacecraft.classFieldClohessyWiltshireManeuver<T extends CalculusFieldElement<T>>Implements an impulse maneuver for a chaser spacecraft whose relative orbit is defined by the Clohessy-Wiltshire equations.classFieldYamanakaAnkersenManeuver<T extends CalculusFieldElement<T>>Implements an impulse maneuver for a chaser spacecraft whose relative orbit is defined by the Yamanaka-Ankersen equations.