forked from ros2/teleop_twist_keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (22 loc) · 809 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
28
29
<?xml version="1.0"?>
<package format="2">
<name>teleop_twist_keyboard</name>
<version>2.3.2</version>
<description>
A robot-agnostic teleoperation node to convert keyboard commands to Twist
messages.
</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>BSD License 2.0</license>
<url type="website">http://wiki.ros.org/teleop_twist_keyboard</url>
<author email="[email protected]">Austin Hendrix</author>
<author>Graylin Trevor Jay</author>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>rclpy</exec_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>