Update hexapod.py
This commit is contained in:
parent
e200898015
commit
8bc2d51af0
@ -291,7 +291,7 @@ class Hexapod(Thread):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
while True:
|
while True:
|
||||||
if self.current_motion is None:
|
# if self.current_motion is None:
|
||||||
try:
|
try:
|
||||||
cmd_string = self.cmd_queue.get(block=False)
|
cmd_string = self.cmd_queue.get(block=False)
|
||||||
print(cmd_string)
|
print(cmd_string)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user