forked from LCAS/rosduct
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
25 lines (19 loc) · 978 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
<?xml version="1.0"?>
<package>
<name>rosduct</name>
<version>0.0.7</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="Sammy.Pfeiffer@student.uts.edu.au">Sammy Pfeiffer</author>
<author email="toff@zhaw.ch">Giovanni Toffetti</author>
<maintainer email="toff@zhaw.ch">Giovanni Toffetti</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>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>rosapi</run_depend>
<run_depend>rosbridge_suite</run_depend>
</package>