-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
22 lines (22 loc) · 930 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
<?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>turtlebot3_server</name>
<version>2.0.1</version>
<description>
Teleoperation node using keyboard for TurtleBot3.
</description>
<author email="[email protected]">Darby Lim</author>
<author email="[email protected]">Pyo</author>
<maintainer email="[email protected]">Pyo</maintainer>
<license>Apache 2.0</license>
<url type="website">http://wiki.ros.org/turtlebot3_teleop</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3</url>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3/issues</url>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>rclpy</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>