内参数
1.ur3_realsense_calibration.launch
<launch>
<arg name="namespace_prefix" default="ur3_realsense_handeyecalibration" />
<arg name="robot_ip" doc="The IP address of the UR3 robot" />
<arg name="marker_size" doc="Size of the ArUco marker used, in meters" default="0.1" />
<arg name="marker_id" doc="The ID of the ArUco marker used" default="100" />
<!-- start the realsense -->
<include file="$(find realsense2_camera)/launch/rs_camera.launch" >
</include>
<!-- start ArUco -->
<node name="aruco_tracker"

本文介绍了如何使用ROS和UR3机器人进行手眼标定,并提供两种方式展示标定结果:通过静态变换发布器实时发布,以及在easy_handeye包中查看和发布的yaml文件。步骤包括启动calibration.launch,理解关键参数,以及如何解读和应用标定矩阵。
最低0.47元/天 解锁文章
1222

被折叠的 条评论
为什么被折叠?



