Class YamanakaAnkersenRendezVous
java.lang.Object
org.orekit.propagation.relative.yamanakaankersen.YamanakaAnkersenRendezVous
This class implements the solution to the Yamanaka-Ankersen equations for a two-impulse rendez-vous as presented in the Ankersen thesis. Ref : "Guidance, Navigation, Control and Relative Dynamics for Spacecraft Proximity Maneuvers",Ph .D Thesis, Finn Ankersen, 2010, see Chapter 4.6 Local Orbital Frame for use of Yamanaka-Ankersen Equations is LVLH CCSDS.
For more general rendez-vous transfer orbit computations, see
IodLambert.
- Since:
- 14.0
- Author:
- Romain Cuvillon
-
Method Summary
Modifier and TypeMethodDescriptionstatic TwoImpulseTransfercomputeRendezVous(TimeStampedPVCoordinates chaserPVTInitial, TimeStampedPVCoordinates chaserPVTFinal, Frame chaserPVFrame, Orbit targetOrbit, Propagator propagator) Computes a two-impulse transfer between an initial and final positions using the Yamanaka-Ankersen closed-form solution.
-
Method Details
-
computeRendezVous
public static TwoImpulseTransfer computeRendezVous(TimeStampedPVCoordinates chaserPVTInitial, TimeStampedPVCoordinates chaserPVTFinal, Frame chaserPVFrame, Orbit targetOrbit, Propagator propagator) Computes a two-impulse transfer between an initial and final positions using the Yamanaka-Ankersen closed-form solution.- Parameters:
chaserPVTInitial- Initial chaser PVT expressed in provided framechaserPVTFinal- Final chaser PVT expressed in provided framechaserPVFrame- Frame in which the initial and final chaser PVT are expressedtargetOrbit- Target spacecraft's orbitpropagator- Propagator used to compute the final state of the target to get the final True Anomaly- Returns:
- TwoImpulseTransfer
-