forked from icclab/rosduct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (20 loc) · 1.01 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
<?xml version="1.0"?>
<package>
<name>rosduct</name>
<version>0.0.6</version>
<description>ROSduct, the duct of ROS messages. ROSduct acts as a proxy to expose ROS topics, services and parameters from a remote roscore into a local roscore via the [rosbridge protocol](https://github.com/RobotWebTools/rosbridge_suite/blob/develop/ROSBRIDGE_PROTOCOL.md).</description>
<author email="[email protected]">Sammy Pfeiffer</author>
<maintainer email="[email protected]">Marc Hanheide</maintainer>
<license>BSD</license>
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>python-ws4py-pip</build_depend>
<build_depend>python-pydispatcher</build_depend>
<run_depend>python-ws4py-pip</run_depend>
<run_depend>python-pydispatcher</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
</package>