forked from astuff/ibeo_scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
25 lines (21 loc) · 854 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
23
24
25
<?xml version="1.0"?>
<package format="2">
<name>ibeo_scala</name>
<version>2.0.0</version>
<description>The Ibeo ScaLa driver.</description>
<license>MIT</license>
<maintainer email="software@autonomoustuff.com">AutonomouStuff Software Development Team</maintainer>
<author email="jwhitley@autonomoustuff.com">Joshua Whitley</author>
<author email="preed@swri.org">P. J. Reed</author>
<url type="bugtracker">https://github.com/astuff/ibeo_scala/issues</url>
<url type="repository">https://github.com/astuff/ibeo_scala</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>ibeo_core</depend>
<depend>pcl_ros</depend>
<depend>network_interface</depend>
<depend>ibeo_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>visualization_msgs</depend>
</package>