Minor tweaks to standingBalance.py

This commit is contained in:
John_Kim 2021-02-05 22:15:52 -05:00
parent 856b18c6f0
commit 43b4d9dddc

View File

@ -14,7 +14,7 @@ def derivative(error, priorError):
def actuatorMovement(robot, pidOutput):
#Inverse Kinematic Equation
continue
return
def controllerPID(robot, error, priorError, priorIntegral):
# Constant values we change to try to optimize
@ -56,8 +56,9 @@ def calculateZMP(gyro, accel):
return xObs, yObs
# Might have to actually code this later
def calculateCOM(robot):
continue
return
def main():
print("Initializing Olympiad...")