forked from openspur/ypspur_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (24 loc) · 927 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>ypspur_ros</name>
<version>0.3.1</version>
<description>ROS wrapper for the mobile robot control platform YP-Spur</description>
<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
<license>BSD</license>
<author email="[email protected]">Atsushi Watanabe</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<depend>diagnostic_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>trajectory_msgs</depend>
<depend version_gte="1.17.0">ypspur</depend>
</package>