forked from ros-industrial/ros_canopen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
26 lines (20 loc) · 905 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
<?xml version="1.0"?>
<package format="2">
<name>socketcan_bridge</name>
<version>0.8.5</version>
<description>Conversion nodes for messages from SocketCAN to a ROS Topic and vice versa.</description>
<maintainer email="[email protected]">Mathias Lüdtke</maintainer>
<author email="[email protected]">Ivor Wanders</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/socketcan_bridge</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>can_msgs</depend>
<depend>rosconsole_bridge</depend>
<depend>roscpp</depend>
<depend>socketcan_interface</depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<test_depend>rosunit</test_depend>
</package>