Skip to content

hsylin/TM-RobotArm-Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TM-RobotArm-Calibration

Eye-in-Hand Calibration Using Tsai-Lenz Method with TM Robotic Arm and Realsense D435


Introduction

This project implements an eye-in-hand calibration system using a TM Robotic Arm and the RGB-D depth camera Realsense D435. The Tsai-Lenz method is employed to perform hand-eye calibration, which aligns the robot's coordinate system with the camera's coordinate system.

Prerequisite

  • Python 3.8.10

  • Our requirements in requirements.txt

Environment

  • Ubuntu 20.04

Usage

First, start ROS and connect to the TM robotic arm:

$ rosrun tm_driver tm_driver <robot_ip_address>

Next, connect the Realsense D435:

$ roslaunch realsense2_camera rs_camera.launch

Finally, run the hand-eye calibration program:

$ python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published