feat: add sk & ak

This commit is contained in:
Xuwznln
2025-08-20 21:23:08 +08:00
parent 4b7bde6be5
commit 02c79363c1
23 changed files with 407 additions and 336 deletions

View File

@@ -10,7 +10,7 @@ agv.SEER:
cmd: null
ex_data: ''
obj: receive_socket
handles: []
handles: {}
result: {}
schema:
description: AGV底层通信命令发送函数。通过TCP socket连接向AGV发送底层控制命令支持pose位置、status状态、nav导航等命令类型。用于获取AGV当前位置坐标、运行状态或发送导航指令。该函数封装了AGV的通信协议将命令转换为十六进制数据包并处理响应解析。
@@ -41,7 +41,7 @@ agv.SEER:
command: command
goal_default:
command: ''
handles: []
handles: {}
result:
success: success
schema: