Class INSLooselyCoupledKalmanStateTest

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

class INSLooselyCoupledKalmanStateTest extends Object
  • Field Details

  • Constructor Details

    • INSLooselyCoupledKalmanStateTest

      INSLooselyCoupledKalmanStateTest()
  • Method Details

    • testConstructor

      @Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.navigation.frames.InvalidSourceAndDestinationFrameTypeException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.navigation.frames.InvalidSourceAndDestinationFrameTypeException
    • testGetSetBodyToEcefCoordinateTransformationMatrix

      @Test void testGetSetBodyToEcefCoordinateTransformationMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGetSetVx

      @Test void testGetSetVx()
    • testGetSetVy

      @Test void testGetSetVy()
    • testGetSetVz

      @Test void testGetSetVz()
    • testSetVelocityCoordinates

      @Test void testSetVelocityCoordinates()
    • testGetSetX

      @Test void testGetSetX()
    • testGetSetY

      @Test void testGetSetY()
    • testGetSetZ

      @Test void testGetSetZ()
    • testSetPositionCoordinates

      @Test void testSetPositionCoordinates()
    • testGetSetAccelerationBiasX

      @Test void testGetSetAccelerationBiasX()
    • testGetSetAccelerationBiasY

      @Test void testGetSetAccelerationBiasY()
    • testGetSetAccelerationBiasZ

      @Test void testGetSetAccelerationBiasZ()
    • testSetAccelerationBiasCoordinates

      @Test void testSetAccelerationBiasCoordinates()
    • testGetSetGyroBiasX

      @Test void testGetSetGyroBiasX()
    • testGetSetGyroBiasY

      @Test void testGetSetGyroBiasY()
    • testGetSetGyroBiasZ

      @Test void testGetSetGyroBiasZ()
    • testSetGyroBiasCoordinates

      @Test void testSetGyroBiasCoordinates()
    • testGetSetCovariance

      @Test void testGetSetCovariance() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGetSetC

      @Test void testGetSetC() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testGetSetSpeedX

      @Test void testGetSetSpeedX()
    • testGetSetSpeedY

      @Test void testGetSetSpeedY()
    • testGetSetSpeedZ

      @Test void testGetSetSpeedZ()
    • testSetVelocityCoordinates2

      @Test void testSetVelocityCoordinates2()
    • testGetSetEcefVelocity

      @Test void testGetSetEcefVelocity()
    • testGetSetDistanceX

      @Test void testGetSetDistanceX()
    • testGetSetDistanceY

      @Test void testGetSetDistanceY()
    • testGetSetDistanceZ

      @Test void testGetSetDistanceZ()
    • testSetPositionCoordinates2

      @Test void testSetPositionCoordinates2()
    • testGetSetPosition

      @Test void testGetSetPosition()
    • testGetSetEcefPosition

      @Test void testGetSetEcefPosition()
    • testGetSetPositionAndVelocity

      @Test void testGetSetPositionAndVelocity()
    • testGetSetFrame

      @Test void testGetSetFrame() throws com.irurueta.navigation.frames.InvalidSourceAndDestinationFrameTypeException
      Throws:
      com.irurueta.navigation.frames.InvalidSourceAndDestinationFrameTypeException
    • testGetSetAccelerationBiasXAsAcceleration

      @Test void testGetSetAccelerationBiasXAsAcceleration()
    • testGetSetAccelerationBiasYAsAcceleration

      @Test void testGetSetAccelerationBiasYAsAcceleration()
    • testGetSetAccelerationBiasZAsAcceleration

      @Test void testGetSetAccelerationBiasZAsAcceleration()
    • testSetAccelerationBiasCoordinates2

      @Test void testSetAccelerationBiasCoordinates2()
    • testGetSetAngularSpeedGyroBiasX

      @Test void testGetSetAngularSpeedGyroBiasX()
    • testGetSetAngularSpeedGyroBiasY

      @Test void testGetSetAngularSpeedGyroBiasY()
    • testGetSetAngularSpeedGyroBiasZ

      @Test void testGetSetAngularSpeedGyroBiasZ()
    • testSetGyroBiasCoordinates2

      @Test void testSetGyroBiasCoordinates2()
    • testCopyToWhenInputHasValuesAndOutputDoesNotHaveValues

      @Test void testCopyToWhenInputHasValuesAndOutputDoesNotHaveValues() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyToWhenInputHasNoValuesAndOutputHasValues

      @Test void testCopyToWhenInputHasNoValuesAndOutputHasValues() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyToWhenInputHasNoValuesAndOutputDoesNotHaveValues

      @Test void testCopyToWhenInputHasNoValuesAndOutputDoesNotHaveValues()
    • testCopyToWhenBothInputAndOutputHaveValues

      @Test void testCopyToWhenBothInputAndOutputHaveValues() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyFrom

      @Test void testCopyFrom() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testHashCode

      @Test void testHashCode() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEquals

      @Test void testEquals() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEqualsWithThreshold

      @Test void testEqualsWithThreshold() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testClone

      @Test void testClone() throws com.irurueta.algebra.WrongSizeException, CloneNotSupportedException
      Throws:
      com.irurueta.algebra.WrongSizeException
      CloneNotSupportedException
    • testSerializeDeserialize

      @Test void testSerializeDeserialize() throws IOException, com.irurueta.algebra.WrongSizeException, ClassNotFoundException
      Throws:
      IOException
      com.irurueta.algebra.WrongSizeException
      ClassNotFoundException
    • testSerialVersionUID

      @Test void testSerialVersionUID() throws NoSuchFieldException, IllegalAccessException
      Throws:
      NoSuchFieldException
      IllegalAccessException