forked from magazino/pylon_camera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
51 lines (42 loc) · 1.68 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
<package>
<name>pylon_camera</name>
<version>0.15.0</version>
<description>
Proprietary Package for Basler Cameras using the the Pylon API.
- Supports DART, USB3 and GigE cameras.
- Setting Gain, Gamma, Exposure, Binning and Brightness using Services.
</description>
<author>Marcel Debout</author>
<author>Markus Grimm</author>
<author>Nikolas Engelhard</author>
<maintainer email="[email protected]">Markus Grimm</maintainer>
<maintainer email="[email protected]">Nikolas Engelhard</maintainer>
<license>BSD</license>
<url>http://www.ros.org/wiki/pylon_camera</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>camera_control_msgs</build_depend>
<build_depend>camera_info_manager</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>image_geometry</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>pylon</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>roslaunch</build_depend>
<!--build_depend>std_srvs</build_depend-->
<build_depend>roslint</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>camera_control_msgs</run_depend>
<run_depend>camera_info_manager</run_depend>
<run_depend>diagnostic_updater</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>image_geometry</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>pylon</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>roslaunch</run_depend>
<run_depend>sensor_msgs</run_depend>
<!--run_depend>std_srvs</run_depend-->
</package>