forked from m-tartari/realsense_gazebo_description
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
22 lines (20 loc) · 766 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package format="2">
<name>realsense_gazebo_description</name>
<version>0.1.0</version>
<description>The realsense_gazebo_description package</description>
<maintainer email="[email protected]">m-tartari</maintainer>
<author email="[email protected]">m-tartari</author>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>gazebo_ros</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>camera_info_manager</depend>
<depend>realsense_gazebo_plugin</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>