def getY(self): """ :returns: The acceleration of the RoboRIO along the Y axis in g-forces :rtype: float """ return hal.getAccelerometerY()
def getY(self) -> float: """ :returns: The acceleration of the roboRIO along the Y axis in g-forces """ return hal.getAccelerometerY()