infantry_chassis/modules/standard_cmd/standard_cmd.md

16 lines
700 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 标准命令
这是一个体力活也是一个艺术品。请把不同的控制命令module进行封装以转化成标准的消息类型包括云台角度速度底盘速度发射频率是否发射等信息供RobotCMD应用或其他应用使用。通过这种方式开发者可以更专注于cmd命令的编写而不需要为每台机器人/不同的控制器编写命令转换。
是否将下面的模块都放到standard_cmd文件夹下似乎没有必要。
## remote control
## master machine
## ps handle
## key and mouse
## 图传链路
图传链路的数据解析似乎和键鼠是同一套协议,不过走的是串口,可能需要额外添加支持模块