Go to file
Robofish ecadb68f55 fix: 使用 Action 接口与 Nav2 通信
问题: 之前使用话题发布目标,Nav2 无法响应
原因: Nav2 使用 Action 接口 /navigate_to_pose,不是简单话题

修复:
- 添加 rclcpp_action 和 nav2_msgs 依赖
- 使用 Action Client 发送导航目标
- NAV 模式现在可以正确触发导航系统

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-04 22:37:35 +08:00
src fix: 使用 Action 接口与 Nav2 通信 2026-03-04 22:37:35 +08:00
.gitignore Initial commit 2026-02-10 03:28:11 +08:00
README.md docs: add project description to README 2026-02-10 03:37:59 +08:00

MOVE_AI

青岛理工大学QUT MOVE战队 RoboMaster比赛 所有上位机代码仓库。具体请查看分支 包含步兵/英雄/无人机, 哨兵, 雷达, 等兵种 支持导航,自瞄,决策等功能。