Hiep sua ten file

This commit is contained in:
2025-12-30 09:56:21 +07:00
parent 56ef1a8fc0
commit 41d47c9c9e
348 changed files with 3522 additions and 3366 deletions

26
utils/package.xml Normal file
View File

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