update package

This commit is contained in:
2025-12-29 17:05:37 +07:00
parent 9a3e3123c0
commit a09cd3d98b
15 changed files with 351 additions and 157 deletions

View File

@@ -0,0 +1,26 @@
<package>
<name>move_base_core</name>
<version>0.7.10</version>
<description>
move_base_core is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. move_base_core
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/move_base_core</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>
</package>

View File

@@ -0,0 +1,26 @@
<package>
<name>nav_core</name>
<version>0.7.10</version>
<description>
nav_core is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. nav_core
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/nav_core</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>
</package>

View File

@@ -0,0 +1,26 @@
<package>
<name>nav_core2</name>
<version>0.7.10</version>
<description>
nav_core2 is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. nav_core2
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/nav_core2</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>
</package>

View File

@@ -0,0 +1,26 @@
<package>
<name>nav_core_adapter</name>
<version>0.7.10</version>
<description>
nav_core_adapter is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. nav_core_adapter
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/nav_core_adapter</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>
</package>

View File

@@ -0,0 +1,26 @@
<package>
<name>nav_grid</name>
<version>0.7.10</version>
<description>
nav_grid is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. nav_grid
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/nav_grid</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>
</package>

View File

@@ -1,72 +1,26 @@
<?xml version="1.0"?>
<package format="2">
<package>
<name>move_base</name>
<version>1.0.0</version>
<version>0.7.10</version>
<description>
The move_base package provides an implementation of an action (see the actionlib package)
that, given a goal in the world, will attempt to achieve it with a mobile base.
The move_base node links together a global and local planner to accomplish its global
navigation task. It supports any global planner adhering to the nav_core::BaseGlobalPlanner
interface and any local planner adhering to the nav_core::BaseLocalPlanner interface.
move_base is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. move_base
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>Kevin Lee</author>
<maintainer email="kevin@example.com">Kevin Lee</maintainer>
<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://wiki.ros.org/move_base</url>
<url type="website">http://www.ros.org/wiki/move_base</url>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<!-- Build tool -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<!-- Build dependencies -->
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>yaml-cpp</build_depend>
<build_depend>boost</build_depend>
<!-- Internal dependencies (custom packages in workspace) -->
<build_depend>move_base_core</build_depend>
<build_depend>nav_core</build_depend>
<build_depend>costmap_2d</build_depend>
<build_depend>xmlrpcpp</build_depend>
<build_depend>node_handle</build_depend>
<build_depend>tf3_sensor_msgs</build_depend>
<build_depend>tf3_geometry_msgs</build_depend>
<!-- Runtime dependencies -->
<exec_depend>roscpp</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>actionlib</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>yaml-cpp</exec_depend>
<exec_depend>boost</exec_depend>
<!-- Internal runtime dependencies -->
<exec_depend>move_base_core</exec_depend>
<exec_depend>nav_core</exec_depend>
<exec_depend>costmap_2d</exec_depend>
<exec_depend>xmlrpcpp</exec_depend>
<exec_depend>node_handle</exec_depend>
<exec_depend>tf3_sensor_msgs</exec_depend>
<exec_depend>tf3_geometry_msgs</exec_depend>
<!-- Export -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>
<run_depend>libconsole-bridge-dev</run_depend>
</package>

View File

@@ -1,7 +0,0 @@
<class_libraries>
<library path="lib/libmove_base">
<class type="move_base::MoveBase" base_class_type="move_base_core::BaseNavigation">
<description></description>
</class>
</library>
</class_libraries>