best kick so far
This commit is contained in:
@@ -13,9 +13,12 @@ def main(robotIP, PORT=9559):
|
|||||||
# Example showing how to set angles, using a fraction of max speed
|
# Example showing how to set angles, using a fraction of max speed
|
||||||
#names = ["HeadYaw", "HeadPitch"]
|
#names = ["HeadYaw", "HeadPitch"]
|
||||||
#angles = [0.2, -0.2]
|
#angles = [0.2, -0.2]
|
||||||
|
|
||||||
|
|
||||||
fractionMaxSpeed = 0.5
|
fractionMaxSpeed = 0.5
|
||||||
names=["RShoulderRoll","LShoulderRoll"]
|
names=["RShoulderRoll",]
|
||||||
angles=[radians(-76),radians(76)]
|
|
||||||
|
angles=[radians(-76)]
|
||||||
motionProxy.setAngles(names,angles,fractionMaxSpeed)
|
motionProxy.setAngles(names,angles,fractionMaxSpeed)
|
||||||
|
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
@@ -31,9 +34,9 @@ def main(robotIP, PORT=9559):
|
|||||||
motionProxy.setAngles(names, angles, fractionMaxSpeed)
|
motionProxy.setAngles(names, angles, fractionMaxSpeed)
|
||||||
|
|
||||||
|
|
||||||
time.sleep(4)
|
time.sleep(3)
|
||||||
names=["LHipPitch"]
|
names=["LHipPitch","LAnklePitch"]
|
||||||
angles=[radians(-45)]
|
angles=[radians(-45),radians(-5)]
|
||||||
fractionMaxSpeed=0.8
|
fractionMaxSpeed=0.8
|
||||||
motionProxy.setAngles(names,angles,fractionMaxSpeed)
|
motionProxy.setAngles(names,angles,fractionMaxSpeed)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user