1 Star 0 Fork 0

少年阿威/depth_to_cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.xml 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
少年阿威 提交于 2024-12-17 22:47 . first commit
<?xml version="1.0"?>
<package format="2">
<name>depth_to_pointcloud</name>
<version>0.1.0</version>
<description>Subscribe to depth image and publish point cloud</description>
<maintainer email="your_email@example.com">Your Name</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<!-- 依赖包 -->
<depend>roscpp</depend>
<depend>cv_bridge</depend>
<depend>sensor_msgs</depend>
<depend>pcl_conversions</depend>
<depend>pcl_ros</depend>
<!-- 其他配置 -->
<export>
<build_type>catkin</build_type>
</export>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/energetic-awei/depth_to_cloud.git
git@gitee.com:energetic-awei/depth_to_cloud.git
energetic-awei
depth_to_cloud
depth_to_cloud
master

搜索帮助