NAV2_PLUGIN/package.xml
2023-04-12 11:02:14 +08:00

27 lines
925 B
XML

<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nav2_gradient_costmap_plugin</name>
<version>1.0.0</version>
<description>Run-time plugin for Costmap2D gradient later</description>
<maintainer email="alexey.merzlyakov@samsung.com">Alexey Merzlyakov</maintainer>
<license>BSD-3-Clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<depend>nav2_costmap_2d</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>geometry_msgs</depend>
<export>
<costmap_2d plugin="${prefix}/gradient_layer.xml" />
<build_type>ament_cmake</build_type>
<buildtool_depend>rclcpp</buildtool_depend>
<buildtool_depend>std_msgs</buildtool_depend>
</export>
</package>