ament_cmake_ros 源码详细分析
工作区路径:/home/cp/work2/ros2Learn/ros2_humble/src/ros2/ament_cmake_ros
子包数量:2
1. 定位
ament_cmake_ros 目录含 2 个 ROS 2 包,工作区路径见下。
2. 子包列表
| 包名 | 版本 | 说明 |
|---|---|---|
ament_cmake_ros |
0.10.0 | The ROS specific CMake bits in the ament buildsystem. |
domain_coordinator |
0.10.0 | A tool to coordinate unique ROS_DOMAIN_IDs across multiple p… |
3. 在 ROS 2 Humble 栈中的关系
见 ros2总览.md 分层图。
4. 推荐阅读顺序
- 阅读各子包
package.xml2. 入口源码 3. 下游依赖方
5. 小结
ament_cmake_ros 为含 2 个子包的源码树,是 ROS 2 Humble 发行版的一部分。
正在加载留言…