forked from bitcraze/lps-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (23 loc) · 1.04 KB
/
package.xml
File metadata and controls
30 lines (23 loc) · 1.04 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
<?xml version="1.0"?>
<package>
<name>bitcraze_lps_estimator</name>
<version>0.0.1</version>
<description>Bitcraze UWB Local Positioning System position estimator</description>
<maintainer email="arnaud@bitcraze.se">Arnaud Taffanel</maintainer>
<license>GPLv3</license>
<url type="website">https://wiki.bitcraze.io/projects:lps:index</url>
<url type="bugtracker">https://github.com/bitcraze/lps_ros/issues</url>
<url type="repository">https://github.com/bitcraze/lps_ros</url>
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<run_depend>rospy</run_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
<run_depend>python-scipy</run_depend>
<run_depend>python-numpy</run_depend>
</package>