forked from microsoft/Azure_Kinect_ROS_Driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (31 loc) · 1.03 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
<?xml version="1.0"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
-->
<package format="2">
<name>azure_kinect_ros_driver</name>
<version>0.9.0</version>
<description>The Azure Kinect Sensor Driver for ROS.</description>
<maintainer email="[email protected]">Stuart Alldritt</maintainer>
<author email="[email protected]">Stuart Alldritt</author>
<license>MIT</license>
<!-- <url type="website">http://wiki.ros.org/azure_kinect_ros_driver</url> -->
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>visualization_msgs</depend>
<depend>joint_state_publisher</depend>
<depend>image_transport</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>tf2_geometry_msgs</depend>
<depend>geometry_msgs</depend>
<depend>angles</depend>
<depend>cv_bridge</depend>
<depend>K4A</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>