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:
@@ -26,4 +26,9 @@ class Downtime(Transform):
|
||||
if self.__state == 1:
|
||||
return x
|
||||
|
||||
return np.zeros_like(x)
|
||||
if np.isscalar(x):
|
||||
x = 0
|
||||
else:
|
||||
x = np.zeros_like(x)
|
||||
|
||||
return x
|
||||
|
Reference in New Issue
Block a user