forked from astuff/kvaser_interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (15 loc) · 714 Bytes
/
package.xml
File metadata and controls
20 lines (15 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package format="2">
<name>kvaser_interface</name>
<version>2.0.2</version>
<description>Kvaser CAN interface for ROS device drivers.</description>
<license>MIT</license>
<maintainer email="software@autonomoustuff.com">AutonomouStuff Software Development Team</maintainer>
<url type="bugtracker">https://github.com/astuff/kvaser_interface/issues</url>
<url type="repository">https://github.com/astuff/kvaser_interface</url>
<author email="jwhitley@autonomoustuff.com">Joshua Whitley</author>
<author email="dstanek@autonomoustuff.com">Daniel Stanek</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>can_msgs</depend>
</package>