package.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>drz_telemax_description</name>
  4. <version>0.0.0</version>
  5. <description>The drz_telemax_description 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="martin@todo.todo">martin</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/drz_telemax_description</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>roscpp</build_depend> -->
  29. <!-- <exec_depend>roscpp</exec_depend> -->
  30. <!-- Use build_depend for packages you need at compile time: -->
  31. <!-- <build_depend>message_generation</build_depend> -->
  32. <!-- Use build_export_depend for packages you need in order to build against this package: -->
  33. <!-- <build_export_depend>message_generation</build_export_depend> -->
  34. <!-- Use buildtool_depend for build tool packages: -->
  35. <!-- <buildtool_depend>catkin</buildtool_depend> -->
  36. <!-- Use exec_depend for packages you need at runtime: -->
  37. <!-- <exec_depend>message_runtime</exec_depend> -->
  38. <!-- Use test_depend for packages you need only for testing: -->
  39. <!-- <test_depend>gtest</test_depend> -->
  40. <!-- Use doc_depend for packages you need only for building documentation: -->
  41. <!-- <doc_depend>doxygen</doc_depend> -->
  42. <buildtool_depend>catkin</buildtool_depend>
  43. <exec_depend>hector_xacro_tools</exec_depend>
  44. <exec_depend>gazebo_ros_control_select_joints</exec_depend>
  45. <exec_depend>gazebo_ros_tracked_vehicle_plugin</exec_depend>
  46. <exec_depend>hector_gazebo_plugins</exec_depend>
  47. <exec_depend>gazebo_plugins</exec_depend>
  48. <exec_depend>hector_sensors_description</exec_depend>
  49. <exec_depend>hector_components_description</exec_depend>
  50. <exec_depend>xacro</exec_depend>
  51. <exec_depend>joint_state_publisher</exec_depend>
  52. <exec_depend>robot_state_publisher</exec_depend>
  53. <!-- The export tag contains other, unspecified, tags -->
  54. <export>
  55. <!-- Other tools can request additional information be placed here -->
  56. </export>
  57. </package>