forked from UbiquityRobotics/raspicam_node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (24 loc) · 884 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
27
28
<?xml version="1.0"?>
<package format="2">
<name>raspicam_node</name>
<version>0.5.0</version>
<description>Package to access the Raspberry Pi Camera from ROS.</description>
<maintainer email="[email protected]">Rohan Agrawal</maintainer>
<maintainer email="[email protected]">Wayne Gramlich</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>compressed_image_transport</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>sensor_msgs</depend>
<depend>camera_info_manager</depend>
<depend>dynamic_reconfigure</depend>
<depend>diagnostic_updater</depend>
<depend>libraspberrypi0</depend>
<build_depend>libraspberrypi-dev</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<export>
</export>
</package>