![]() |
handeye_realsense package from handeye_calibration_ros2 repocamera_calibration handeye_ak handeye_realsense |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/shengyangzhuang/handeye_calibration_ros2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-01-22 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- szhuang
Authors
handeye_realsense
This is a ROS2 handeye calibration package for RealSense depth camera. Here we provided a more detailed example for the usage.
A video of the full process can be viewed here
Example with RealSense D415
-
Camera and robot setup
Prepare a camera holder. This image shows two camera holders example designed for KUKA LBR iiwa 7/14 and RealSense, Azure Kinect depth camera.
Prepare an ArUco marker. Attach the camera to the robot.
-
Camera intrinsic calibration
Calibrate the camera matrix
K
and distortion coefficientD
. This can be done with thecamera_calibration
package we provided by using a chessboard. If you use RealSense/Azure Kinect camera, you can also get the camera parameters directly withros2 topic echo "/specific_camera_topic"
.When you are sure camera parameters are correct, you can record it in the
handeye_realsense/realsense_info.yaml
. -
Specifying the parameters of your robot
Under
handeye_realsense/config.yaml
file, modify thearuco_marker_side_length
,image_topic
, and relevant robot link names as per your setups. -
Bring up the robot and camera
If you use lbr_fri_ros2_stack for KUKA LBR robots, please refer to the guideline here
Start the RealSense camera ROS2 driver
ros2 run realsense2_camera realsense2_camera_node
-
Taking samples You can use moveit, custom control script, or admittance control mode to guide the robot around to take unique samples of the camera poses.
Go into your handeye calibration workspace and launch the calibration file
cd handeye_calibration_ws
colcon build --packages-select handeye_realsense
source install/setup.bash
ros2 launch taking_sample_launch.py
<p align="left">
<img src="https://github.com/user-attachments/assets/e226deb3-02cd-4fde-a34d-0f211de4c859" alt="cali_experiment_combined" width="500"/>
</p>
-
Computing and publishing the result
To compute the eye-in-hand calibration result
ros2 run handeye_realsense handeye
To publish the result and visualize in rviz
ros2 run handeye_realsense eye2hand
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
rclpy | |
sensor_msgs | |
cv_bridge | |
visualization_msgs | |
geometry_msgs | |
tf2_ros | |
tf_transformations | |
ros2launch | |
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |