Skip to content

Resolve 1185

Closes #1185 (closed) (add direct call to (Field)Rotation in AttitudeProvider)

Interface AttitudeProvider now has a getAttituteRotation method for both double and Field, with a default implementation wrapping the call to getAttitute. It is mostly used in (Field)ImpulseManeuver and Maneuver.

I've overwritten this default for speed in the following classes:

  • FrameAlignedProvider
  • LofOffset
  • LofOffsetPointing
  • AttitudesSequence
  • BoundedAggregatedAttitudeProvider
  • GroundPointing
Edited by Romain Serra

Merge request reports