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