Skip to content

To generate the transformation matrix between a depth sensing camera (Realsense-D415) and a flat surface, which the camera is looking at.

Notifications You must be signed in to change notification settings

SriniMaiya/TMat-IntelRealsense-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMat-IntelRealsense-GUI

  • In robotic pick and place tasks, the robot is equipped with a camera that can detect objects in its environment. There robot must be able to parse the information passed by the camera and determine the location of the object in it's(robot) coordinates.
  • A GUI has been built to get the Transformation matrix of the table () for further calculations to create a Hand Eye Coordination.
GUI_Cam_Trf.mp4

Image

  • For a robot to grip an object from the container, the orientation of the object with respect to the robot, i.e. must be known.

The is obtained as follows,

Equations:

Compile the executable with the following code using Nuitka library.

python -m nuitka --lto=no --onefile --windows-icon-from-ico=./assets/Icon.ico --plugin-enable=numpy --enable-plugin=anti-bloat --noinclude-pytest-mode=nofollow --noinclude-setuptools-mode=nofollow --plugin-enable=pylint-warnings .\ConfigMat_GUI.py

About

To generate the transformation matrix between a depth sensing camera (Realsense-D415) and a flat surface, which the camera is looking at.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages