package.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0"?>
  2. <package>
  3. <name>yesense_imu</name>
  4. <version>0.0.3</version>
  5. <description>The yesense_imu 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="mail@floriansteinhardt.de">Florian Steinhardt</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>BSD</license>
  14. <!-- Url tags are optional, but mutiple 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/mpu6050_serial_to_imu</url> -->
  18. <!-- Author tags are optional, mutiple are allowed, one per tag -->
  19. <!-- Authors do not have to be maintianers, 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 buildtool_depend for build tool packages: -->
  26. <!-- <buildtool_depend>catkin</buildtool_depend> -->
  27. <buildtool_depend>catkin</buildtool_depend>
  28. <!-- Use build_depend for packages you need at compile time: -->
  29. <build_depend>roscpp</build_depend>
  30. <build_depend>rospy</build_depend>
  31. <build_depend>geometry_msgs</build_depend>
  32. <build_depend>sensor_msgs</build_depend>
  33. <build_depend>serial</build_depend>
  34. <build_depend>std_msgs</build_depend>
  35. <build_depend>std_srvs</build_depend>
  36. <build_depend>tf</build_depend>
  37. <build_depend>dynamic_reconfigure</build_depend>
  38. <build_depend>message_generation</build_depend>
  39. <build_depend>using_markers</build_depend>
  40. <build_depend>visualization_msgs</build_depend>
  41. <!-- Use run_depend for packages you need at runtime: -->
  42. <run_depend>roscpp</run_depend>
  43. <run_depend>rospy</run_depend>
  44. <run_depend>imu_tools</run_depend>
  45. <run_depend>geometry_msgs</run_depend>
  46. <run_depend>sensor_msgs</run_depend>
  47. <run_depend>serial</run_depend>
  48. <run_depend>std_msgs</run_depend>
  49. <run_depend>std_srvs</run_depend>
  50. <run_depend>tf</run_depend>
  51. <run_depend>dynamic_reconfigure</run_depend>
  52. <run_depend>message_generation</run_depend>
  53. <run_depend>using_markers</run_depend>
  54. <run_depend>visualization_msgs</run_depend>
  55. <run_depend>message_runtime</run_depend>
  56. <!-- Use test_depend for packages you need only for testing: -->
  57. <!-- <test_depend>gtest</test_depend> -->
  58. <!-- The export tag contains other, unspecified, tags -->
  59. <export>
  60. <!-- Other tools can request additional information be placed here -->
  61. </export>
  62. </package>