rclcpp/rclcpp/package.xml

47 lines
1.8 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
2016-06-28 20:02:25 -07:00
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rclcpp</name>
2020-08-03 15:03:27 -07:00
<version>2.1.0</version>
<description>The ROS client library in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>builtin_interfaces</build_depend>
2015-04-28 16:12:01 -07:00
<build_depend>rcl_interfaces</build_depend>
<build_depend>rosgraph_msgs</build_depend>
<build_depend>rosidl_runtime_cpp</build_depend>
2016-12-28 12:12:05 -08:00
<build_depend>rosidl_typesupport_c</build_depend>
2016-11-18 11:45:18 -08:00
<build_depend>rosidl_typesupport_cpp</build_depend>
<build_export_depend>builtin_interfaces</build_export_depend>
2015-04-28 16:12:01 -07:00
<build_export_depend>rcl_interfaces</build_export_depend>
<build_export_depend>rosgraph_msgs</build_export_depend>
<build_export_depend>rosidl_runtime_cpp</build_export_depend>
2016-12-28 12:12:05 -08:00
<build_export_depend>rosidl_typesupport_c</build_export_depend>
2016-11-18 11:45:18 -08:00
<build_export_depend>rosidl_typesupport_cpp</build_export_depend>
2015-04-28 16:12:01 -07:00
<depend>libstatistics_collector</depend>
2016-04-24 21:25:19 +00:00
<depend>rcl</depend>
<depend>rcl_yaml_param_parser</depend>
<depend>rcpputils</depend>
<depend>rcutils</depend>
<depend>rmw</depend>
<depend>statistics_msgs</depend>
<depend>tracetools</depend>
2015-12-07 18:04:19 -08:00
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
2015-03-07 01:24:52 +01:00
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
2015-08-27 14:07:18 -07:00
<test_depend>rmw</test_depend>
2017-01-05 12:13:58 -08:00
<test_depend>rmw_implementation_cmake</test_depend>
<test_depend>rosidl_default_generators</test_depend>
<test_depend>test_msgs</test_depend>
2015-07-23 11:18:30 -07:00
<export>
<build_type>ament_cmake</build_type>
</export>
</package>