增加了debug文档和一些todo

This commit is contained in:
NeoZng
2023-02-22 13:53:25 +08:00
parent 7bb141af06
commit 3cf1831237
18 changed files with 248 additions and 426 deletions

View File

@@ -0,0 +1,17 @@
# 标准命令
这是一个体力活也是一个艺术品。请把不同的控制命令module进行封装以转化成标准的消息类型包括云台角度速度底盘速度发射频率是否发射等信息供RobotCMD应用或其他应用使用。
是否将下面的模块都放到standard_cmd文件夹下似乎没有必要。
## remote control
## master machine
## ps handle
## key and mouse
## 图传链路
这似乎和键鼠是同一套,不过走的是串口,可能需要额外添加支持模块

View File

View File