package.xml 876 B

123456789101112131415161718192021222324252627
  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>wheelchair_state_machine</name>
  5. <version>0.0.0</version>
  6. <description>智能轮椅自主回充系统状态机</description>
  7. <maintainer email="zhangkaifeng@users.noreply.github.com">zkf</maintainer>
  8. <license>Apache-2.0</license>
  9. <buildtool_depend>ament_cmake</buildtool_depend>
  10. <depend>rclcpp</depend>
  11. <depend>std_msgs</depend>
  12. <depend>geometry_msgs</depend>
  13. <depend>sensor_msgs</depend>
  14. <depend>visualization_msgs</depend>
  15. <depend>tf2</depend>
  16. <depend>tf2_geometry_msgs</depend>
  17. <depend>interface</depend>
  18. <test_depend>ament_lint_auto</test_depend>
  19. <test_depend>ament_lint_common</test_depend>
  20. <export>
  21. <build_type>ament_cmake</build_type>
  22. </export>
  23. </package>