Beispiel #1
0
 def getZ(self):
     """
        :returns: The acceleration of the RoboRIO along the Z axis in
                  g-forces
        :rtype: float
     """
     return hal.getAccelerometerZ()
Beispiel #2
0
 def getZ(self) -> float:
     """
        :returns: The acceleration of the roboRIO along the Z axis in
                  g-forces
     """
     return hal.getAccelerometerZ()