12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0"?>
- <package format="2">
- <name>costmap_2d</name>
- <version>1.16.7</version>
- <description>
- modile.
- </description>
- <author>wuhaichao</author>
- <maintainer email="wuhaichao87@sina.com">David V. Lu!!</maintainer>
- <license>BSD</license>
- <buildtool_depend>catkin</buildtool_depend>
- <build_depend>cmake_modules</build_depend>
- <build_depend>message_generation</build_depend>
- <build_depend>tf2_geometry_msgs</build_depend>
- <build_depend>tf2_sensor_msgs</build_depend>
- <depend>dynamic_reconfigure</depend>
- <depend>geometry_msgs</depend>
- <depend>laser_geometry</depend>
- <depend>map_msgs</depend>
- <depend>message_filters</depend>
- <depend>nav_msgs</depend>
- <depend>pluginlib</depend>
- <depend>roscpp</depend>
- <depend>rostest</depend>
- <depend>common_msgs</depend>
- <depend>sensor_msgs</depend>
- <depend>std_msgs</depend>
- <depend>tf2</depend>
- <depend>tf2_ros</depend>
- <depend>visualization_msgs</depend>
- <depend>voxel_grid</depend>
- <depend>angles</depend>
- <exec_depend>message_runtime</exec_depend>
- <exec_depend>rosconsole</exec_depend>
- <test_depend>map_server</test_depend>
- <test_depend>rosbag</test_depend>
- <test_depend>rostest</test_depend>
- <test_depend>rosunit</test_depend>
- <export>
- <costmap_2d plugin="${prefix}/costmap_plugins.xml"/>
- </export>
- </package>
|