-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.xml
More file actions
39 lines (33 loc) · 1.65 KB
/
Copy pathpackage.xml
File metadata and controls
39 lines (33 loc) · 1.65 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
39
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>random_numbers</name>
<version>2.0.5</version>
<description>
This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.
The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed.
Seeds are obtained using a separate and different random number generator.
</description>
<maintainer email="anasarrak@erlerobotics.com">Anas M'chichou</maintainer>
<maintainer email="stevenragnarok@osrfoundation.org">Steven! Ragnarök</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/random_numbers</url>
<author email="isucan@willowgarage.edu">Ioan Sucan</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>libboost-dev</build_depend>
<build_depend>libboost-date-time-dev</build_depend>
<build_depend>libboost-random-dev</build_depend>
<build_depend>libboost-thread-dev</build_depend>
<build_export_depend>libboost-dev</build_export_depend>
<build_export_depend>libboost-random-dev</build_export_depend>
<build_export_depend>libboost-thread-dev</build_export_depend>
<exec_depend>libboost-date-time</exec_depend>
<exec_depend>libboost-random</exec_depend>
<exec_depend>libboost-thread</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_cmake</test_depend>
<test_depend>ament_cmake_copyright</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>