bugfixes for GPS and updated demo project

This commit is contained in:
dario
2024-05-22 23:29:19 +02:00
parent 05ed167615
commit bf715a3f31
6 changed files with 179 additions and 2000 deletions

View File

@@ -15,6 +15,6 @@ class Gyroscope(Sensor):
def _get_data(self) -> ArrayLike | float:
# Rotation in rad/sec
x = self._dataset.get_rotation_rates()
x = self._dataset.get_angular_velocities()
return x