test_imuSensorNoise

test_imuSensorNoise.run_sensor(sampleCount, seed, propagationMatrix=None, errorBound=None)[source]

Run a motionless IMU and return accelerometer and gyro noise samples.

test_imuSensorNoise.test_default_noise_is_white_and_independent()[source]

Default accelerometer and gyro noise must be white and independent.

test_imuSensorNoise.test_explicit_random_walk_is_bounded()[source]

Identity propagation and positive bounds must create bounded walks.

test_imuSensorNoise.test_rng_seed_controls_both_noise_sequences()[source]

Equal seeds must repeat and different seeds must change both streams.