Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 2.05 KB

README.md

File metadata and controls

34 lines (17 loc) · 2.05 KB

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