package.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>common_msgs</name>
  4. <version>0.0.0</version>
  5. <description>The common_msgs 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="guodj@todo.todo">guodj</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/network_manager</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. <!-- Note that this is equivalent to the following: -->
  28. <build_depend>message_generation</build_depend>
  29. <build_depend>roscpp</build_depend>
  30. <build_depend>std_msgs</build_depend>
  31. <build_depend>geometry_msgs</build_depend>
  32. <exec_depend>message_runtime</exec_depend>
  33. <exec_depend>roscpp</exec_depend>
  34. <exec_depend>std_msgs</exec_depend>
  35. <exec_depend>geometry_msgs</exec_depend>
  36. <buildtool_depend>catkin</buildtool_depend>
  37. <!-- The export tag contains other, unspecified, tags -->
  38. <export>
  39. <!-- Other tools can request additional information be placed here -->
  40. </export>
  41. </package>