mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-12-17 01:38:02 +00:00
Better logging and added BHI160 sensor
This commit is contained in:
@@ -35,7 +35,6 @@ class UniformTimeSteps:
|
||||
return self.__dt + noise
|
||||
|
||||
|
||||
|
||||
class Simulation:
|
||||
def __init__(self, time_steps=UniformTimeSteps(0.01)):
|
||||
self.__dataset = None
|
||||
@@ -123,4 +122,3 @@ class Simulation:
|
||||
|
||||
return self.__sensors[-1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user