Update hexapod.py

This commit is contained in:
Zhengyu Peng 2022-02-23 13:01:11 -05:00
parent e200898015
commit 8bc2d51af0

View File

@ -291,7 +291,7 @@ class Hexapod(Thread):
def run(self):
while True:
if self.current_motion is None:
# if self.current_motion is None:
try:
cmd_string = self.cmd_queue.get(block=False)
print(cmd_string)