-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
55 lines (39 loc) · 1.87 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package>
<name>wm_lifting_column_hardware_interface</name>
<version>1.0.0</version>
<description>The sara_arm package</description>
<maintainer email="philippe.la-madeleine.1@ens.etsmtl.ca">PhilLM</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD</license>
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<url type="website">https://github.com/WalkingMachine/sara_robot</url> -->
<author email="philippe.la-madeleine.1@ens.etsmtl.ca">Philippe La Madeleine</author> -->
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>roscpp</build_depend>
<run_depend>roscpp</run_depend>
<build_depend>hardware_interface</build_depend>
<run_depend>hardware_interface</run_depend>
<build_depend>diagnostic_msgs</build_depend>
<run_depend>diagnostic_msgs</run_depend>
<build_depend>pluginlib</build_depend>
<run_depend>pluginlib</run_depend>
<build_depend>combined_robot_hw</build_depend>
<run_depend>combined_robot_hw</run_depend>
<build_depend>lifting_column_85_msgs</build_depend>
<run_depend>lifting_column_85_msgs</run_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<hardware_interface plugin="${prefix}/wm_lifting_column_hw_plugin.xml"/>
</export>
</package>