update 修复原点bug 修改生产回原点速度 修复设置速度bug

Add    新增动态高度设置
This commit is contained in:
FrankCV2048
2024-12-22 22:07:52 +08:00
parent 43c7a3fe20
commit 2267575a40
5 changed files with 356 additions and 301 deletions

View File

@ -36,6 +36,7 @@ class RobotClient(TCPClient):
self.reset_speed = 10
self.max_angle_interval = 0
self.smooth = 0
self.dynamic_height = 0
def add_sendQuene(self,command): #后面 命令分等级,紧急命令直接执行
self.command_quene.put(command)
log.log_message(logging.INFO, f'{Constant.str_sys_command}{command}')