-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (23 loc) · 1008 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
<?xml version="1.0"?>
<package>
<name>ropod_task_executor</name>
<version>0.1.0</version>
<description>Executes tasks provided by fleet management</description>
<maintainer email="[email protected]">Argentina Ortega</maintainer>
<maintainer email="[email protected]">Santosh Thoduka</maintainer>
<author email="[email protected]">Santosh Thoduka</author>
<license>GPLv3</license>
<url type="website">http://ropod.org/</url>
<build_depend>ropod_ros_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>elevator_navigation</build_depend>
<build_depend>route_navigation</build_depend>
<build_depend>task_planner_ros_wrapper</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>ropod_ros_msgs</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>elevator_navigation</run_depend>
<run_depend>route_navigation</run_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>