package.xml 643 B

12345678910111213141516171819202122232425
  1. <package>
  2. <name>rasp_imu_hat_6dof</name>
  3. <version>1.2.0</version>
  4. <description>
  5. rasp_imu_hat_6dof is a package that provides a ROS driver
  6. for the corvin 6dof imu hat.
  7. </description>
  8. <maintainer email="corvin_zhang@corvin.cn">Corvin Zhang</maintainer>
  9. <license>BSD</license>
  10. <author>Corvin Zhang</author>
  11. <url type="website">https://www.corvin.cn</url>
  12. <buildtool_depend>catkin</buildtool_depend>
  13. <build_depend>dynamic_reconfigure</build_depend>
  14. <run_depend>rospy</run_depend>
  15. <run_depend>tf</run_depend>
  16. <run_depend>sensor_msgs</run_depend>
  17. <run_depend>dynamic_reconfigure</run_depend>
  18. </package>