forked from orocos/soem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (30 loc) · 1.74 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
<package>
<name>soem</name>
<version>1.3.0</version>
<description>
SOEM is an open source EtherCAT master library written in C.
Its primary target is Linux but can be adapted to other OS and
embedded systems.
SOEM has originally been hosted at http://developer.berlios.de/projects/soem/
but has been moved to GitHub and the OpenEtherCATsociety organisation
https://github.com/OpenEtherCATsociety/SOEM.
This package contains the original SOEM C code provided by the Technische Universiteit Eindhoven,
the development of which has been taken over by rt-labs (https://rt-labs.com/).
As the original source is down, it is not totally clear what the state of this package is with respect
to the upstream repository.
It is, however, approximately the one merged in https://github.com/OpenEtherCATsociety/SOEM/pull/1.
Disclaimer:
This package is not a development package for SOEM, but rather a wrapper to provide SOEM to ROS.
In the end, this just provides the CMake quirks that allows releasing SOEM as a ROS package.
All bug reports regarding the original SOEM source code should go to the bugtracker at
https://github.com/OpenEtherCATsociety/SOEM/issues.
All ROS related issues should target the bug tracker linked below (but might be redirected ;-)).
</description>
<maintainer email="[email protected]">Matthias Gruhler</maintainer>
<license>GPL+linking exception</license>
<url type="website">http://openethercatsociety.github.io/</url>
<url type="website">http://wiki.ros.org/soem</url>
<url type="bugtracker">https://github.com/mgruhler/soem/issues</url>
<author>Arthur Ketels and M.J.G. van den Molengraft</author>
<buildtool_depend>catkin</buildtool_depend>
</package>