Update hexapod.py
This commit is contained in:
parent
129e31b7a2
commit
60e8be3ba5
@ -124,7 +124,7 @@ class Hexapod(Thread):
|
|||||||
# self.leg_5.reset(True)
|
# self.leg_5.reset(True)
|
||||||
|
|
||||||
self.standby_coordinate = self.calculate_standby_coordinate(60, 75)
|
self.standby_coordinate = self.calculate_standby_coordinate(60, 75)
|
||||||
self.laydown_coordinate = self.calculate_standby_coordinate(60, 45)
|
self.laydown_coordinate = self.calculate_standby_coordinate(40, 30)
|
||||||
self.forward_path = gen_forward_path(self.standby_coordinate)
|
self.forward_path = gen_forward_path(self.standby_coordinate)
|
||||||
self.backward_path = gen_backward_path(self.standby_coordinate)
|
self.backward_path = gen_backward_path(self.standby_coordinate)
|
||||||
self.fastforward_path = gen_fastforward_path(self.standby_coordinate)
|
self.fastforward_path = gen_fastforward_path(self.standby_coordinate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user