runtime/rbs_simulation/package.xml

25 lines
741 B
XML
Raw Permalink Normal View History

2022-02-22 00:30:46 +08:00
<?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">
2023-02-03 07:04:12 +00:00
<name>rbs_simulation</name>
2022-02-22 00:30:46 +08:00
<version>0.0.0</version>
<description>TODO: Package description</description>
2023-02-03 07:04:12 +00:00
<maintainer email="ur.narmak@gmail.com">root</maintainer>
2022-02-22 00:30:46 +08:00
<license>TODO: License declaration</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
2022-03-21 23:20:15 +08:00
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>std_msgs</depend>
2022-02-22 00:30:46 +08:00
<depend>geometry_msgs</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
2023-02-03 07:04:12 +00:00
</package>