forked from nobleo/ethercat_interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (18 loc) · 717 Bytes
/
package.xml
File metadata and controls
24 lines (18 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="2">
<name>ethercat_interface</name>
<version>0.1.0</version>
<description>The ethercat_interface package</description>
<maintainer email="joost.groenen@nobleo.nl">Joost Groenen</maintainer>
<license>TODO</license>
<!-- EtherCAT part: -->
<author email="joost.groenen@nobleo.nl">Joost Groenen</author>
<author email="ferry.schoenmakers@nobleo.nl">Ferry Schoenmakers</author>
<!-- Ros control part: -->
<author email="tim.clephas@nobleo.nl">Tim Clephas</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>ethercat_soem</depend>
<depend>hardware_interface</depend>
<depend>controller_manager</depend>
</package>