-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
33 lines (28 loc) · 1023 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
29
30
31
32
33
<?xml version="1.0"?>
<package format="3">
<name>ar4_hand_eye_calibration</name>
<version>0.1.0</version>
<description>
Example hand eye calibration between an Intel Realsense camera and the AR4.
</description>
<license>MIT</license>
<author>Yifei Cheng</author>
<maintainer email="[email protected]">Yifei Cheng</maintainer>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclpy</depend>
<depend>ros2_aruco_interfaces</depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>annin_ar4_driver</exec_depend>
<exec_depend>easy_handeye2</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>pymoveit2</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-transforms3d</exec_depend>
<exec_depend>ros2_aruco</exec_depend>
<exec_depend>realsense2_camera</exec_depend>
<exec_depend>tf_transformations</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>