-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (25 loc) · 900 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package format="3">
<name>quickplot</name>
<version>0.2.0</version>
<description>Realtime plotting for ROS</description>
<maintainer email="[email protected]">Marcel Zeilinger</maintainer>
<license>Apache 2</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>implot_vendor</depend>
<depend>rclcpp</depend>
<depend>yaml_cpp_vendor</depend>
<depend>std_msgs</depend>
<depend>rosidl_typesupport_cpp</depend>
<depend>rosidl_typesupport_introspection_cpp</depend>
<depend>boost</depend>
<depend>libstatistics_collector</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>geometry_msgs</test_depend>
<test_depend>vision_msgs</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>