package.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>my_planner</name>
  4. <version>0.0.0</version>
  5. <description>The my_planner 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="mj@todo.todo">mj</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/my_planner</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. <!-- The *depend tags are used to specify dependencies -->
  23. <!-- Dependencies can be catkin packages or system dependencies -->
  24. <!-- Examples: -->
  25. <!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
  26. <depend>roscpp</depend>
  27. <depend>costmap_2d</depend>
  28. <!-- Note that this is equivalent to the following: -->
  29. <!-- <build_depend>roscpp</build_depend> -->
  30. <!-- <exec_depend>roscpp</exec_depend> -->
  31. <!-- Use build_depend for packages you need at compile time: -->
  32. <!-- <build_depend>message_generation</build_depend> -->
  33. <!-- Use build_export_depend for packages you need in order to build against this package: -->
  34. <!-- <build_export_depend>message_generation</build_export_depend> -->
  35. <!-- Use buildtool_depend for build tool packages: -->
  36. <!-- <buildtool_depend>catkin</buildtool_depend> -->
  37. <!-- Use exec_depend for packages you need at runtime: -->
  38. <!-- <exec_depend>message_runtime</exec_depend> -->
  39. <!-- Use test_depend for packages you need only for testing: -->
  40. <!-- <test_depend>gtest</test_depend> -->
  41. <!-- Use doc_depend for packages you need only for building documentation: -->
  42. <!-- <doc_depend>doxygen</doc_depend> -->
  43. <buildtool_depend>catkin</buildtool_depend>
  44. <!-- The export tag contains other, unspecified, tags -->
  45. <export>
  46. <!-- Other tools can request additional information be placed here -->
  47. </export>
  48. </package>