package.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0"?>
  2. <package>
  3. <name>robot_navigation</name>
  4. <version>0.0.0</version>
  5. <description>The robot navigation package</description>
  6. <!-- One maintainer tag required, multiple allowed, one person per tag -->
  7. <!-- Example: -->
  8. <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
  9. <maintainer email="corvin_zhang@corvin.cn">corvin</maintainer>
  10. <!-- One license tag required, multiple allowed, one license per tag -->
  11. <!-- Commonly used license strings: -->
  12. <!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
  13. <license>TODO</license>
  14. <!-- Url tags are optional, but multiple are allowed, one per tag -->
  15. <!-- Optional attribute type can be: website, bugtracker, or repository -->
  16. <!-- Example: -->
  17. <!-- <url type="website">http://wiki.ros.org/navigation</url> -->
  18. <!-- Author tags are optional, multiple are allowed, one per tag -->
  19. <!-- Authors do not have to be maintainers, but could be -->
  20. <!-- Example: -->
  21. <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
  22. <buildtool_depend>catkin</buildtool_depend>
  23. <build_depend>roscpp</build_depend>
  24. <build_depend>rospy</build_depend>
  25. <build_depend>std_msgs</build_depend>
  26. <run_depend>roscpp</run_depend>
  27. <run_depend>rospy</run_depend>
  28. <run_depend>std_msgs</run_depend>
  29. <!-- The export tag contains other, unspecified, tags -->
  30. <export>
  31. <!-- Other tools can request additional information be placed here -->
  32. </export>
  33. </package>