Make rugged compatible with Orekit 12
Compare changes
- Clément Jonglez authored
@@ -28,12 +28,15 @@ import org.orekit.rugged.errors.DumpManager;
@@ -28,12 +28,15 @@ import org.orekit.rugged.errors.DumpManager;
@@ -123,9 +126,17 @@ public class SpacecraftToObservedBody implements Serializable {
@@ -123,9 +126,17 @@ public class SpacecraftToObservedBody implements Serializable {
@@ -144,7 +155,7 @@ public class SpacecraftToObservedBody implements Serializable {
@@ -144,7 +155,7 @@ public class SpacecraftToObservedBody implements Serializable {
final TimeStampedPVCoordinates pv = interpolatedPV.shiftedBy(date.durationFrom(pvInterpolationDate));
@@ -158,7 +169,7 @@ public class SpacecraftToObservedBody implements Serializable {
@@ -158,7 +169,7 @@ public class SpacecraftToObservedBody implements Serializable {
final TimeStampedAngularCoordinates quaternion = interpolatedQuaternion.shiftedBy(date.durationFrom(aInterpolationDate));