forked from jfstepha/differential-drive
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
33 lines (25 loc) · 1.1 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>differential_drive</name>
<version>0.1.0</version>
<description>
The differential_drive packageProvides some basic tools for interfacing a differential-drive
robot with the ROS navigation stack. The intent is to make this
independent of specific robot implementation.
</description>
<maintainer email="[email protected]">Jon Stephan</maintainer>
<license>GPLv3</license>
<url type="repository">https://github.com/jstepha/differential_drive</url>
<url type="website">https://code.google.com/p/differential-drive/</url>
<author email="[email protected]">Jon Stephan</author>
<author email="[email protected]">Mark Rose</author>
<depend>rclpy</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>tf2</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type>ament_python</build_type>
</export>
</package>