- 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
- 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.
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