forked from nilseuropa/realsense_ros_gazebo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
39 lines (30 loc) · 1.1 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
<?xml version="1.0"?>
<package format="2">
<name>realsense_ros_gazebo</name>
<version>1.2.0</version>
<description>Intel Realsense Camera Simulations</description>
<author email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</author>
<author email="doron.hirshberg@intel.com">Doron Hirshberg</author>
<author email="marton@neorobot.hu">Marton Juhasz</author>
<license>Apache 2.0</license>
<maintainer email="marton@neorobot.hu">nilseuropa</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>gazebo_dev</build_depend>
<build_depend>message_generation</build_depend>
<depend>gazebo_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>roscpp</depend>
<depend>nodelet</depend>
<depend>urdf</depend>
<depend>tf</depend>
<depend>tf2_ros</depend>
<depend>rosconsole</depend>
<depend>diagnostic_updater</depend>
<depend>std_msgs</depend>
<depend>gazebo_ros</depend>
<depend>image_transport</depend>
<depend>camera_info_manager</depend>
<exec_depend>gazebo</exec_depend>
<exec_depend>message_runtime</exec_depend>
</package>