micro-ROS / micro-ROS/micro_ros_setup
uxr/agent/AgentInstance.hpp directory not found
还没有人认领这个 Issue。
- 主要语言
- Shell
- 星标
- 509
- 派生
- 183
- 平均合并
- 22 小时 26 分钟
- 30 天内合并 PR
- 7
描述
## Issue template
- Hardware description: Minisforum EM780 Linux
- Installation type: micro-ros-setup
- Version or commit hash: ros2 humble
#### Steps to reproduce the issue
I followed the instruction with the following link
https://micro.ros.org/docs/tutorials/core/first_application_linux/
I have created the firmware successfully
ros2 run micro_ros_setup create_firmware_ws.sh host
but next when i try to build the firmware, error came out
ros2 run micro_ros_setup build_firmware.sh
In file included from /home/user/chin_ws/src/uros/micro-ROS-Agent/micro_ros_agent/src/agent/Agent.cpp:18:
/home/user/chin_ws/src/uros/micro-ROS-Agent/micro_ros_agent/include/agent/Agent.hpp:18:10: fatal error: uxr/agent/AgentInstance.hpp: No such file or directory
18 | #include
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/user/chin_ws/src/uros/micro-ROS-Agent/micro_ros_agent/src/main.cpp:15:
/home/user/chin_ws/src/uros/micro-ROS-Agent/micro_ros_agent/include/agent/Agent.hpp:18:10: fatal error: uxr/agent/
AgentInstance.hpp: No such file or directory
18 | #include
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
#### Expected behavior
build successfully
Where should I find this file or directory?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先重新运行 micro-ROS Linux 教程中的 create_firmware_ws.sh host 和 build_firmware.sh,然后检查 micro_ros_agent/include/agent/Agent.hpp 以及 Agent.cpp 和 main.cpp 中报告的 include 失败。跟踪 uxr/agent/AgentInstance.hpp 预期来自何处;固件构建成功完成即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- linux, shell
- 领域
- build-system, cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100