forked from ros-industrial/ros_canopen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (20 loc) · 1010 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>socketcan_interface</name>
<version>0.7.6</version>
<description>Generic CAN interface description with helpers for filtering and driver implementation. Further a socketcan implementation based on boost::asio is included.</description>
<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
<author email="[email protected]">Mathias Lüdtke</author>
<license>LGPLv3</license>
<url type="website">http://wiki.ros.org/socketcan_interface</url>
<url type="repository">https://github.com/ros-industrial/ros_canopen</url>
<url type="bugtracker">https://github.com/ros-industrial/ros_canopen/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>boost</depend>
<depend>class_loader</depend>
<depend>linux-kernel-headers</depend>
<test_depend>rosunit</test_depend>
<export>
<socketcan_interface plugin="${prefix}/socketcan_interface_plugin.xml" />
</export>
</package>