-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.xml
31 lines (23 loc) · 1.04 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="3">
<name>wifi_ddwrt</name>
<version>0.2.2</version>
<description>Access to the DD-WRT wifi</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/wifi_ddwrt</url>
<author email="[email protected]">Scott Hassan</author>
<author email="[email protected]">Eitan Marder-Eppstein</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>std_msgs</exec_depend>>
<exec_depend>pr2_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-mechanize</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-mechanize</exec_depend>
</package>