-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·44 lines (36 loc) · 1.33 KB
/
package.xml
File metadata and controls
executable file
·44 lines (36 loc) · 1.33 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<package>
<name>vrep_youbot_plugin</name>
<version>0.0.1</version>
<description>vrep_youbot_plugin</description>
<author>matthias</author>
<maintainer email="alexei.ozhigov@gmail.com">alexey-ozhigov</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/vrep_plugin</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>brics_actuator</build_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>perception_pcl</build_depend>
<build_depend>roslib</build_depend>
<build_depend>vrep_commons</build_depend>
<build_depend>vrep_plugin</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>roslib</run_depend>
<run_depend>brics_actuator</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>tf</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>libpcl-all</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>python-opencv</run_depend>
<run_depend>pthread</run_depend>
<run_depend>dl</run_depend>
<run_depend>vrep_commons</run_depend>
<run_depend>vrep_plugin</run_depend>
</package>