forked from nilseuropa/realsense_ros_gazebo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
48 lines (38 loc) · 1.51 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
45
46
47
48
<?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="[email protected]">Sergey Dorodnicov</author>
<author email="[email protected]">Doron Hirshberg</author>
<author email="[email protected]">Marton Juhasz</author>
<license>Apache 2.0</license>
<maintainer email="[email protected]">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>
<export>
<!-- gazebo_ros_paths_plugin automatically adds these to
GAZEBO_PLUGIN_PATH and GAZEBO_MODEL_PATH when you do this export inside
the package.xml file. You can than use URIs of type model://my_package/stuff. -->
<gazebo_ros
gazebo_plugin_path="${prefix}/lib"
gazebo_model_path="${prefix}/.." />
</export>
</package>