git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>carrot_planner</name>
<version>1.17.3</version>
<description>
This planner attempts to find a legal place to put a carrot for the robot to follow. It does this by moving back along the vector between the robot and the goal point.
</description>
<author>Eitan Marder-Eppstein</author>
<author>Sachin Chitta</author>
<author>contradict@gmail.com</author>
<maintainer email="ahoy@fetchrobotics.com">Aaron Hoy</maintainer>
<maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
<maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
<license>BSD</license>
<url>http://wiki.ros.org/carrot_planner</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<depend>angles</depend>
<depend>base_local_planner</depend>
<depend>costmap_2d</depend>
<depend>eigen</depend>
<depend>nav_core</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<export>
<nav_core plugin="${prefix}/bgp_plugin.xml" />
</export>
</package>