Update hexapod.py
This commit is contained in:
parent
ef006ee29e
commit
ee1ddcf68d
@ -140,7 +140,7 @@ class Hexapod(Thread):
|
|||||||
correction=[-6, 2, -4])
|
correction=[-6, 2, -4])
|
||||||
# front left
|
# front left
|
||||||
self.leg_5 = Leg(5,
|
self.leg_5 = Leg(5,
|
||||||
[self.pca_right.servo[0], self.pca_right.servo[4],
|
[self.pca_right.servo[0], self.pca_right.servo[2],
|
||||||
self.pca_right.servo[5]],
|
self.pca_right.servo[5]],
|
||||||
correction=[0, 0, -10])
|
correction=[0, 0, -10])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user