-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
34 lines (26 loc) · 1.32 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
<?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>smarthome_light_driver</name>
<version>2.0.0</version>
<description>This package is for interfacing Light (by internal API by IP) to ROS. This package is part of Alfred Assistant stack.</description>
<maintainer email="[email protected]">Mickael Gaillard</maintainer>
<maintainer email="[email protected]">Erwan Le Huitouze</maintainer>
<author email="[email protected]">Mickael Gaillard</author>
<author email="[email protected]">Erwan Le Huitouze</author>
<license>GPLv3</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_export_jars</buildtool_depend>
<buildtool_depend>ament_build_type_gradle</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<buildtool_depend>rosidl_generator_java</buildtool_depend>
<build_depend>rcljava</build_depend>
<build_depend>smarthome_common_driver</build_depend>
<exec_depend>rosidl_generator_java</exec_depend>
<exec_depend>rcljava</exec_depend>
<exec_depend>smarthome_common_driver</exec_depend>
<export>
<architecture_independent/>
<build_type>ament_gradle</build_type>
</export>
</package>