Class INSLooselyCoupledKalmanEpochEstimatorTest

java.lang.Object
com.irurueta.navigation.inertial.INSLooselyCoupledKalmanEpochEstimatorTest

class INSLooselyCoupledKalmanEpochEstimatorTest extends Object
  • Field Details

  • Constructor Details

    • INSLooselyCoupledKalmanEpochEstimatorTest

      INSLooselyCoupledKalmanEpochEstimatorTest()
  • Method Details

    • testEstimate

      @Test void testEstimate() throws com.irurueta.algebra.AlgebraException
      Throws:
      com.irurueta.algebra.AlgebraException
    • estimate

      private static INSLooselyCoupledKalmanState estimate(double x, double y, double z, double vx, double vy, double vz, INSLooselyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSLooselyCoupledKalmanConfig config) throws com.irurueta.algebra.AlgebraException
      Throws:
      com.irurueta.algebra.AlgebraException