Uses of Interface
org.orekit.propagation.relative.RelativeProvider
Packages that use RelativeProvider
Package
Description
Package relative provides classes to compute typical maneuvers of relative proximity operations (RPO).
Top level package for relative motion propagation.
This package provides an implementation of the equations of Clohessy and Wiltshire.
This package implements relative impulse maneuver of a chaser spacecraft in regard to a target by extending
EventDetector interface.
This package provides an implementation of the equations of Yamanaka and Ankersen.
-
Uses of RelativeProvider in org.orekit.control.relative
Methods in org.orekit.control.relative with parameters of type RelativeProviderModifier and TypeMethodDescriptionRPO.computeForcedManeuvers(List<TimeStampedPVCoordinates> waypoints, Vector3D initialVelocity, Orbit targetOrbit, RelativeProvider provider) Compute relative maneuvers to realize a forced trajectory defined by the waypoints (ForcedLinear/ForcedCircular).RPO.computeTeardropManeuvers(List<TimeStampedPVCoordinates> waypoints, RelativeProvider relativeProvider) Computes the relative maneuvers of the teardrop relative orbit in the RPOModel Local Orbital Frame. -
Uses of RelativeProvider in org.orekit.propagation.relative
Classes in org.orekit.propagation.relative that implement RelativeProviderModifier and TypeClassDescriptionclassAbstraction class for RelativeProvider. -
Uses of RelativeProvider in org.orekit.propagation.relative.clohessywiltshire
Classes in org.orekit.propagation.relative.clohessywiltshire that implement RelativeProviderModifier and TypeClassDescriptionclassThis additional state provider implements the Clohessy-Wiltshire equations of relative motion to propagate the relative orbit of a chaser spacecraft around the target spacecraft whose orbit is being propagated. -
Uses of RelativeProvider in org.orekit.propagation.relative.maneuver
Classes in org.orekit.propagation.relative.maneuver with type parameters of type RelativeProviderModifier and TypeClassDescriptionclassAbstractRelativeManeuver<P extends RelativeProvider>Abstract class for implementing an impulse maneuver for a chaser spacecraft.Methods in org.orekit.propagation.relative.maneuver that return RelativeProviderModifier and TypeMethodDescriptionRelativeManeuver.getRelativeProvider()Getter for the relative provider. -
Uses of RelativeProvider in org.orekit.propagation.relative.yamanakaankersen
Classes in org.orekit.propagation.relative.yamanakaankersen that implement RelativeProviderModifier and TypeClassDescriptionclassThis additional state provider implements the Yamanaka-Ankersen equations of relative motion to propagate the relative orbit of a chaser spacecraft around the target spacecraft whose orbit is being propagated.