-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathpackage.xml
More file actions
38 lines (30 loc) · 1.46 KB
/
package.xml
File metadata and controls
38 lines (30 loc) · 1.46 KB
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
<?xml version="1.0"?>
<package format="2">
<name>realsense_gazebo_plugin</name>
<version>3.2.0</version>
<description>Intel RealSense D435 Gazebo plugin package</description>
<maintainer email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</maintainer>
<maintainer email="doron.hirshberg@intel.com">Doron Hirshberg</maintainer>
<maintainer email="missrisalaheddine@gmail.com">Salah-Eddine Missri</maintainer>
<maintainer email="adria.roig@pal-robotics.com">Adria Roig</maintainer>
<maintainer email="sergio.moyano@pal-robotics.com">Sergio Moyano</maintainer>
<author email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</author>
<author email="doron.hirshberg@intel.com">Doron Hirshberg</author>
<author email="fetulahatas1@gmail.com">Fetullah Atas</author>
<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>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>gazebo_ros</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>point_cloud_transport</depend>
<depend>camera_info_manager</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" gazebo_model_path="${prefix}/models" />
<build_type>ament_cmake</build_type>
</export>
</package>