forked from MoffKalast/vizanti
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
31 lines (26 loc) · 1.17 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
<package format="2">
<name>vizanti</name>
<version>0.0.1</version>
<description>A mission planner and visualizer for controlling outdoor ROS robots.</description>
<maintainer email="[email protected]">MoffKalast</maintainer>
<license>BSD</license>
<author email="[email protected]">MoffKalast</author>
<depend>rospy</depend>
<depend>dynamic_reconfigure</depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>move_base_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_export_depend>actionlib_msgs</build_export_depend>
<build_export_depend>move_base_msgs</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>actionlib_msgs</exec_depend>
<exec_depend>move_base_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>python3-flask</exec_depend>
<exec_depend>rosbridge_suite</exec_depend>
</package>