forked from ros-visualization/rviz_animated_view_controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (22 loc) · 1.01 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
<package>
<name>rviz_animated_view_controller</name>
<version>0.1.1</version>
<description>A rviz view controller featuring smooth transitions.</description>
<author email="[email protected]">Adam Leeper</author>
<maintainer email="[email protected]">Evan Flynn</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rviz_animated_view_controller</url>
<url type="repository">https://github.com/ros-visualization/rviz_animated_view_controller</url>
<url type="bugtracker">https://github.com/ros-visualization/rviz_animated_view_controller/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>view_controller_msgs</build_depend>
<build_depend>rviz</build_depend>
<build_depend>pluginlib</build_depend>
<run_depend>view_controller_msgs</run_depend>
<run_depend>rviz</run_depend>
<run_depend>pluginlib</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>