-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
executable file
·55 lines (48 loc) · 2.08 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package format="2">
<name>aimy</name>
<version>1.0.0</version>
<description>Aimy package</description>
<maintainer email="[email protected]">Kenny Mechanik</maintainer>
<license>BSD</license>
<!-- Use doc_depend for packages you need only for building documentation: -->
<!-- <doc_depend>doxygen</doc_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>i2cpwm_board</build_depend>
<build_depend>raspicam_node</build_depend>
<build_depend>rosserial_python</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>rosservice</build_depend>
<build_depend>spot_micro_motion_cmd</build_depend>
<build_depend>usb_cam</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_export_depend>i2cpwm_board</build_export_depend>
<build_export_depend>raspicam_node</build_export_depend>
<build_export_depend>rosserial_python</build_export_depend>
<build_export_depend>rosservice</build_export_depend>
<build_export_depend>spot_micro_motion_cmd</build_export_depend>
<build_export_depend>usb_cam</build_export_depend>
<build_export_depend>cv_bridge</build_export_depend>
<build_export_depend>image_transport</build_export_depend>
<build_export_depend>rospy</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<exec_depend>i2cpwm_board</exec_depend>
<exec_depend>raspicam_node</exec_depend>
<exec_depend>rosserial_python</exec_depend>
<exec_depend>rosservice</exec_depend>
<exec_depend>spot_micro_motion_cmd</exec_depend>
<exec_depend>usb_cam</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>image_transport</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<run_depend>serial</run_depend>
<run_depend>std_msgs</run_depend>
</export>
</package>