1 Star 2 Fork 0

LihanChen2004/ROS2_Publish_IMU

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rm_serial_driver</name>
<version>0.1.0</version>
<description>A template for ROS packages.</description>
<maintainer email="1120220476@smbu.edu.cn">Lihan Chen</maintainer>
<license>MIT</license>
<author email="1120220476@smbu.edu.cn">Lihan Chen</author>
<!-- buildtool_depend: dependencies of the build process -->
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- depend: build, export, and execution dependency -->
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>serial_driver</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>std_srvs</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_clang_format</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LihanChen2004/ROS2_Publish_IMU.git
git@gitee.com:LihanChen2004/ROS2_Publish_IMU.git
LihanChen2004
ROS2_Publish_IMU
ROS2_Publish_IMU
master

搜索帮助