forked from Jiongyu/elmo_ethercat_sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
43 lines (35 loc) · 1.65 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
<?xml version="1.0"?>
<!-->
Copyright (2019-2020) Robotics Systems Lab - ETH Zurich:
Jonas Junger, Johannes Pankert, Fabio Dubois, Lennart Nachtigall,
Markus Staeuble
This file is part of the elmo_ethercat_sdk.
The elmo_ethercat_sdk is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
The elmo_ethercat_sdk is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the elmo_ethercat_sdk. If not, see <https://www.gnu.org/licenses/>.
<-->
<package format="2">
<name>elmo_ethercat_sdk</name>
<version>1.0.1</version>
<description>Elmo Ethercat implementation.</description>
<license>GPLv3</license>
<author email="[email protected]">Jonas Junger</author>
<author email="[email protected]">Johannes Pankert</author>
<author email="[email protected]">Lennart Nachtigall</author>
<author email="[email protected]">Fabio Dubois</author>
<author>Markus Staeuble</author>
<maintainer email="[email protected]">Jonas Junger</maintainer>
<url type="website">https://bitbucket.org/leggedrobotics/elmo_ethercat_sdk</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>message_logger</depend>
<depend>soem_interface</depend>
<depend>yaml-cpp</depend>
<depend>ethercat_sdk_master</depend>
</package>