forked from NVIDIA-AI-IOT/isaac_ros_apriltag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
36 lines (31 loc) · 1.17 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
<?xml version="1.0"?>
<!--
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
-->
<package format="3">
<name>nvapriltags_ros2</name>
<version>0.8.0</version>
<description>AprilTag Detection</description>
<maintainer email="[email protected]">nvidia</maintainer>
<license>MIT</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<build_depend>rosidl_default_generators</build_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<depend>tf2_msgs</depend>
<depend>image_transport</depend>
<depend>cv_bridge</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>