package.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0"?>
  2. <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
  3. <package format="2">
  4. <name>costmap_2d</name>
  5. <version>1.17.3</version>
  6. <description>
  7. This package provides an implementation of a 2D costmap that takes in sensor
  8. data from the world, builds a 2D or 3D occupancy grid of the data (depending
  9. on whether a voxel based implementation is used), and inflates costs in a
  10. 2D costmap based on the occupancy grid and a user specified inflation radius.
  11. This package also provides support for map_server based initialization of a
  12. costmap, rolling window based costmaps, and parameter based subscription to
  13. and configuration of sensor topics.
  14. </description>
  15. <author>Eitan Marder-Eppstein</author>
  16. <author>David V. Lu!!</author>
  17. <author>Dave Hershberger</author>
  18. <author>contradict@gmail.com</author>
  19. <maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
  20. <maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
  21. <maintainer email="ahoy@fetchrobotics.com">Aaron Hoy</maintainer>
  22. <license>BSD</license>
  23. <url>http://wiki.ros.org/costmap_2d</url>
  24. <buildtool_depend>catkin</buildtool_depend>
  25. <build_depend>cmake_modules</build_depend>
  26. <build_depend>message_generation</build_depend>
  27. <build_depend>tf2_geometry_msgs</build_depend>
  28. <build_depend>tf2_sensor_msgs</build_depend>
  29. <depend>dynamic_reconfigure</depend>
  30. <depend>eigen</depend>
  31. <depend>geometry_msgs</depend>
  32. <depend>laser_geometry</depend>
  33. <depend>map_msgs</depend>
  34. <depend>message_filters</depend>
  35. <depend>nav_msgs</depend>
  36. <depend>pluginlib</depend>
  37. <depend>roscpp</depend>
  38. <depend>rostest</depend>
  39. <depend>sensor_msgs</depend>
  40. <depend>std_msgs</depend>
  41. <depend>tf2</depend>
  42. <depend>tf2_ros</depend>
  43. <depend>visualization_msgs</depend>
  44. <depend>voxel_grid</depend>
  45. <exec_depend>message_runtime</exec_depend>
  46. <exec_depend>rosconsole</exec_depend>
  47. <test_depend>map_server</test_depend>
  48. <test_depend>rosbag</test_depend>
  49. <test_depend>rostest</test_depend>
  50. <test_depend>rosunit</test_depend>
  51. <export>
  52. <costmap_2d plugin="${prefix}/costmap_plugins.xml"/>
  53. </export>
  54. </package>