package.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>costmap_2d</name>
  4. <version>1.16.7</version>
  5. <description>
  6. modile.
  7. </description>
  8. <author>wuhaichao</author>
  9. <maintainer email="wuhaichao87@sina.com">David V. Lu!!</maintainer>
  10. <license>BSD</license>
  11. <buildtool_depend>catkin</buildtool_depend>
  12. <build_depend>cmake_modules</build_depend>
  13. <build_depend>message_generation</build_depend>
  14. <build_depend>tf2_geometry_msgs</build_depend>
  15. <build_depend>tf2_sensor_msgs</build_depend>
  16. <depend>dynamic_reconfigure</depend>
  17. <depend>geometry_msgs</depend>
  18. <depend>laser_geometry</depend>
  19. <depend>map_msgs</depend>
  20. <depend>message_filters</depend>
  21. <depend>nav_msgs</depend>
  22. <depend>pluginlib</depend>
  23. <depend>roscpp</depend>
  24. <depend>rostest</depend>
  25. <depend>common_msgs</depend>
  26. <depend>sensor_msgs</depend>
  27. <depend>std_msgs</depend>
  28. <depend>tf2</depend>
  29. <depend>tf2_ros</depend>
  30. <depend>visualization_msgs</depend>
  31. <depend>voxel_grid</depend>
  32. <depend>angles</depend>
  33. <exec_depend>message_runtime</exec_depend>
  34. <exec_depend>rosconsole</exec_depend>
  35. <test_depend>map_server</test_depend>
  36. <test_depend>rosbag</test_depend>
  37. <test_depend>rostest</test_depend>
  38. <test_depend>rosunit</test_depend>
  39. <export>
  40. <costmap_2d plugin="${prefix}/costmap_plugins.xml"/>
  41. </export>
  42. </package>