-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
37 lines (30 loc) · 1.11 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
<?xml version="1.0"?>
<!-- This is a ROS package file, intended to allow MRPT 2.x to be built
side-by-side to real ROS packages in a catkin environment.
Real MRPT ROS packages are found elsewhere: https://github.com/mrpt-ros-pkg
-->
<package format="2">
<name>mrpt2</name>
<version>1.9.9</version>
<description>Mobile Robot Programming Toolkit (MRPT) version 2.x</description>
<author email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</author>
<maintainer email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</maintainer>
<url type="website">https://www.mrpt.org/</url>
<url type="bugtracker">https://github.com/MRPT/mrpt/issues</url>
<license>BSD</license>
<depend>ffmpeg</depend>
<depend>libjpeg</depend>
<depend>zlib</depend>
<depend>wx-common</depend>
<depend>wxwidgets</depend>
<depend>eigen</depend>
<depend>libudev-dev</depend>
<depend>libusb-1.0-dev</depend>
<depend>libpcap</depend>
<depend>glut</depend>
<doc_depend>doxygen</doc_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>