-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (29 loc) · 1.06 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' encoding='utf-8'?>
<package format="2">
<name>motion_state_rviz_plugin_ros</name>
<version>1.0.0</version>
<description>
MotionState plugin for RViz.
</description>
<license>BSD</license>
<maintainer email="[email protected]">Christian Kinzig</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>gtest</test_depend>
<build_depend>roscpp</build_depend>
<!-- <build_depend>rospy</build_depend> Use this instead of roscpp when writing a python node -->
<depend>roslib</depend>
<depend>nodelet</depend>
<build_depend>qtbase5-dev</build_depend>
<depend>rviz</depend>
<depend>automated_driving_msgs</depend>
<depend>simulation_only_msgs</depend>
<depend>util_automated_driving_msgs</depend>
<depend>util_rviz</depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml" />
<rosdoc config="${prefix}/rosdoc.yaml" />
</export>
</package>