-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
44 lines (41 loc) · 1.68 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
40
41
42
43
44
<package>
<name>turtlebot_panorama</name>
<version>2.3.3</version>
<description>
This app utilises pano_ros for taking snapshots and stitching them together to create panorama pictures.
</description>
<maintainer email="[email protected]">Jorge Santos</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/turtlebot_panorama</url>
<url type="repository">https://github.com/turtlebot/turtlebot_apps</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot_apps/issues</url>
<author>Younghun Ju</author>
<author>Jihoon Lee</author>
<author>Marcus Liebhardt</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>turtlebot_msgs</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>eigen</build_depend>
<!-- <build_depend>pano_ros</build_depend> -->
<run_depend>roscpp</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>turtlebot_msgs</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>eigen</run_depend>
<run_depend>turtlebot_bringup</run_depend>
<run_depend>yocs_velocity_smoother</run_depend>
</package>