feat(motor): add Gaoqing CAN motor driver#37
Open
ttwards wants to merge 7 commits into
Open
Conversation
|
👋 感谢您的贡献! 请确保:
详细的贡献指南请参考 CONTRIBUTING.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
新增 Gaoqing CAN 电机驱动、devicetree binding 和示例,并补充电机与轮毂底盘的 native_sim 覆盖及相关文档。同步修正 LK 驱动和底盘/轮毂集成所需的接口与测试配置。
测试
master的提交与差异边界:6ecf135、1ade961及其前置测试提交git diff --check origin/master...feat/gq-motor-driver(passed)硬件
未执行硬件刷写、调试探针连接或真实电机测试;硬件行为需在合适的 CAN 总线和目标板环境中另行验证。
影响
新增 GQ 电机驱动及 binding、
gq_demo样例,并扩大 native_sim 测试覆盖;同时影响 LK 电机、底盘/轮毂集成和相关文档。未修改 CI 配置、west manifest 或 board 定义。限制
native_sim 无法验证真实 CAN 收发器、电机反馈时序、总线负载和目标板引脚/时钟配置;CI 结果和任何外部检查仍需跟进。