forked from Geekgineer/ros_web_gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
26 lines (20 loc) · 908 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
<package>
<name>robot_web_gui</name>
<version>0.1.0</version>
<description>ROS By Example Vol 2 - Rosbridge Robot GUI</description>
<maintainer email="[email protected]">Patrick Goebel</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/robot_web_gui</url>
<url type="bugtracker">https://github.com/pirobot/rbx2/issues</url>
<author email="[email protected]">Patrick Goebel</author>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Dependencies needed to compile this package. -->
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>rosbridge_server</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>rosbridge_server</run_depend>
</package>