-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.xml
35 lines (30 loc) · 1.12 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
<?xml version="1.0"?>
<package format="2">
<name>swri_console</name>
<version>2.0.6</version>
<description>
A rosout GUI viewer developed at Southwest Research Institute as an
alternative to rqt_console.
</description>
<author email="[email protected]">P. J. Reed</author>
<author email="[email protected]">Jerry Towler</author>
<author email="[email protected]">David Anthony</author>
<maintainer email="[email protected]">Southwest Research Institute</maintainer>
<url>http://ros.org/wiki/swri_console</url>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<build_depend>libqt5-opengl-dev</build_depend>
<depend>libboost-thread-dev</depend>
<depend>libqt5-core</depend>
<depend>libqt5-gui</depend>
<depend>libqt5-widgets</depend>
<depend>rosbag2_transport</depend>
<depend>rclcpp</depend>
<depend>rcl_interfaces</depend>
<exec_depend>rosbag2_storage_mcap</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>