package.xml 2.4 KB

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