forked from kuriatsu/rviz_hdmap_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
32 lines (26 loc) · 995 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
30
31
32
<?xml version="1.0"?>
<package format="2">
<name>rviz_hdmap_editor</name>
<version>0.0.0</version>
<description>Package to modify ADAS map with Rviz</description>
<maintainer email="[email protected]">kuriatsu</maintainer>
<license>Apache 2.0</license>
<depend>roscpp</depend>
<depend>geometry_msgs</depend>
<depend>tf</depend>
<depend>pcl_ros</depend>
<depend>visualization_msgs</depend>
<depend>interactive_markers</depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>rviz</build_depend>
<exec_depend>libqt5-core</exec_depend>
<exec_depend>libqt5-gui</exec_depend>
<exec_depend>libqt5-widgets</exec_depend>
<exec_depend>rviz</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<rviz plugin="${prefix}/plugin_description.xml"/> <!-- 追加 -->
</export>
</package>