-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
31 lines (29 loc) · 1.18 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
<?xml version="1.0"?>
<package format="2">
<name>realsense2_camera</name>
<version>2.2.5</version>
<description>RealSense Camera package allowing access to Intel T265 Tracking module and SR300 and D400 3D cameras</description>
<maintainer email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</maintainer>
<maintainer email="doron.hirshberg@intel.com">Doron Hirshberg</maintainer>
<license>Apache 2.0</license>
<url type="website">http://www.ros.org/wiki/RealSense</url>
<url type="bugtracker">https://github.com/intel-ros/realsense/issues</url>
<author email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</author>
<author email="doron.hirshberg@intel.com">Doron Hirshberg</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>image_transport</depend>
<depend>cv_bridge</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>genmsg</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>message_runtime</depend>
<depend>tf</depend>
<depend>ddynamic_reconfigure</depend>
<depend>diagnostic_updater</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>