package.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <package>
  2. <name>hector_sensors_description</name>
  3. <version>0.5.0</version>
  4. <description>hector_sensors_description contains URDF xacro macros for sensors, so they are easily attachable to robot models and usable in gazebo.</description>
  5. <maintainer email="johannes@intermodalics.eu">Johannes Meyer</maintainer>
  6. <license>BSD</license>
  7. <url type="website">http://ros.org/wiki/hector_sensors_description</url>
  8. <!-- <url type="bugtracker"></url> -->
  9. <author email="kohlbrecher@sim.tu-darmstadt.de">Stefan Kohlbrecher</author>
  10. <!-- Dependencies which this package needs to build itself. -->
  11. <buildtool_depend>catkin</buildtool_depend>
  12. <!-- Dependencies needed to compile this package. -->
  13. <!-- Dependencies needed after this package is compiled. -->
  14. <run_depend>hector_gazebo_thermal_camera</run_depend>
  15. <run_depend>tf</run_depend>
  16. <run_depend>tf2_ros</run_depend>
  17. <run_depend>velodyne_gazebo_plugins</run_depend>
  18. <run_depend>xacro</run_depend>
  19. <!-- Dependencies needed only for running tests. -->
  20. </package>