mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-09-29 05:17:33 +00:00
bugfixes for GPS and updated demo project
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user