Files
25-sentry-chassis/readme.md
2026-05-17 21:07:34 +08:00

31 lines
706 B
Markdown
Raw 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.

@2026.1.23
新建本工程分成三个层级Driver、Device、APPlication。
其中:
Driver最底层只实现“怎么做”不关心“做什么”
Device中间层依赖hardware绑定到具体硬件
Application层专注功能实现不关心硬件。
工作小结:
弄完了底盘板子的轮子驱动代码明天结合pid和遥控器实现基本运动控制
@2026.1.24
写完了初步的麦轮转向移动逻辑,能用遥控器控制
@2026.1.25
1、加入了看门狗非常重要用于遥控器连接检测**后面要加入软硬件结合的限功率**
2、can线设备id有所变动
@2026.2.6
1.简单保存一下,较为完善的代码