package.xml 689 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
  3. <package format="3">
  4. <name>environment_node</name>
  5. <version>1.0.0</version>
  6. <description>Environment Node - 发布机器人环境数据(电池、温度、天气、地图导航点)</description>
  7. <maintainer email="sunrise@example.com">sunrise</maintainer>
  8. <license>MIT</license>
  9. <buildtool_depend>ament_python</buildtool_depend>
  10. <depend>rclpy</depend>
  11. <depend>std_msgs</depend>
  12. <test_depend>python3-pytest</test_depend>
  13. <export>
  14. <build_type>ament_python</build_type>
  15. </export>
  16. </package>