base_local_planner/package.xml
2026-01-30 16:54:45 +07:00

53 lines
2.2 KiB
XML

<package>
<name>robot_base_local_planner</name>
<version>0.7.10</version>
<description>
robot_base_local_planner is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. robot_base_local_planner
maintains the relationship between coordinate frames in a tree
structure buffered in time, and lets the user transform points,
vectors, etc between any two coordinate frames at any desired
point in time.
</description>
<author>Tully Foote</author>
<author>Eitan Marder-Eppstein</author>
<author>Wim Meeussen</author>
<maintainer email="tfoote@osrfoundation.org">Tully Foote</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/robot_base_local_planner</url>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<run_depend>libconsole-bridge-dev</run_depend>
<build_depend>robot_tf3_geometry_msgs</build_depend>
<build_depend>robot_angles</build_depend>
<build_depend>robot_costmap_2d</build_depend>
<build_depend>eigen</build_depend>
<build_depend>robot_geometry_msgs</build_depend>
<build_depend>robot_nav_msgs</build_depend>
<build_depend>robot_sensor_msgs</build_depend>
<build_depend>robot_std_msgs</build_depend>
<build_depend>robot_cpp</build_depend>
<build_depend>tf3</build_depend>
<build_depend>robot_visualization_msgs</build_depend>
<build_depend>robot_voxel_grid</build_depend>
<build_depend>data_convert</build_depend>
<run_depend>robot_tf3_geometry_msgs</run_depend>
<run_depend>robot_angles</run_depend>
<run_depend>robot_costmap_2d</run_depend>
<run_depend>eigen</run_depend>
<run_depend>robot_geometry_msgs</run_depend>
<run_depend>robot_nav_msgs</run_depend>
<run_depend>robot_sensor_msgs</run_depend>
<run_depend>robot_std_msgs</run_depend>
<run_depend>robot_cpp</run_depend>
<run_depend>tf3</run_depend>
<run_depend>robot_visualization_msgs</run_depend>
<run_depend>robot_voxel_grid</run_depend>
<run_depend>data_convert</run_depend>
</package>