-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.xml
39 lines (34 loc) · 1.16 KB
/
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
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<package format="3">
<name>qml_ros2_plugin</name>
<version>1.0.1</version>
<description>
A QML plugin for ROS.
Enables full communication with ROS from QML.
</description>
<maintainer email="[email protected]">Stefan Fabian</maintainer>
<license>MIT</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_index_cpp</depend>
<depend>rclcpp</depend>
<depend>image_transport</depend>
<depend>libqt5-core</depend>
<depend>libqt5-multimedia</depend>
<depend>libqt5-qml</depend>
<depend>libqt5-quick</depend>
<depend>ros_babel_fish</depend>
<depend>tf2_ros</depend>
<depend>yaml-cpp</depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>qtdeclarative5-dev</build_depend>
<build_depend>qtmultimedia5-dev</build_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>example_interfaces</test_depend>
<test_depend>qml-module-qtquick2</test_depend>
<test_depend>ros_babel_fish_test_msgs</test_depend>
<test_depend>std_srvs</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>