mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-09-29 05:17:33 +00:00
Better logging and added BHI160 sensor
This commit is contained in:
@@ -47,8 +47,10 @@ class Sensor:
|
||||
out = self._get_data()
|
||||
out = self._sensor_specific_effects(out)
|
||||
|
||||
t = self._dataset.get_time()
|
||||
|
||||
for transform in self._transforms:
|
||||
out = transform(out)
|
||||
out = transform(t, out)
|
||||
|
||||
# Log the outputs of the sensor.
|
||||
if np.isscalar(out):
|
||||
|
Reference in New Issue
Block a user