Update hexapod.py

This commit is contained in:
Zhengyu Peng 2021-12-11 22:04:19 -05:00
parent cf125414ae
commit 48b7c4e8b5

View File

@ -45,6 +45,7 @@ from path_generator import gen_twist_path
import socket import socket
import errno import errno
class Hexapod: class Hexapod:
ERROR = -1 ERROR = -1
LISTEN = 1 LISTEN = 1