mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-09-29 05:17:33 +00:00
Updated sensors
This commit is contained in:
@@ -15,7 +15,7 @@ class MS5611(PressureSensor):
|
||||
# Noise model obtained by a test flight using this sensor.
|
||||
# self.__pad_noise = GaussianNoise(0, 0.03)
|
||||
# self.__flight_noise = GaussianNoise(0, 1.5)
|
||||
self.__noise = ProportionalGaussian(0, 0.0015)
|
||||
self.__noise = GaussianNoise(0, 0.00043300242654881085)
|
||||
|
||||
def _get_name(self) -> AnyStr:
|
||||
return 'MS5611'
|
||||
|
Reference in New Issue
Block a user