Ai Kit UI Instructions
AiKit UI Download
NOTE: myArm 300 Pi devices should use the
myArm-300
branch, That is https://github.com/elephantrobotics/AiKit_UI/tree/myArm-300
Enter URL: https://github.com/elephantrobotics/AiKit_UI
download item
download using git
Use git clone, under the 'Code' button, take the first address as an example
Right click in the folder to open the git window
Enter the command:
git clone https://github.com/elephantrobotics/AiKit_UI.git
# If using a myArm 300 Pi device, enter:
git clone -b myArm-300 https://github.com/elephantrobotics/AiKit_UI.git
Download the ZIP file directly, under the 'Code' button.
start method
path
python <path>/main.py
After the startup is successful, as shown in the figure below:
Features
language switch
Click the button in the upper right corner of the window to switch between languages (Chinese, English).
device connection
- Select serial port, device, baud rate
Click the 'CONNECT' button to connect, after the connection is successful, the 'CONNECT' button will change to 'DISCONNECT'
Clicking the 'DISCONNECT' button will disconnect the robot arm
After the robotic arm is successfully connected, the gray button will be lit and become clickable.
Turn on the camera
Set the camera serial number, the default serial number is 0, when Windows is used, the serial number is usually 1, and when Linux is used, the serial number is usually 0.
Click the 'Open' button to try to open the camera. If the opening fails, you should try to change the camera serial number; the camera is successfully opened as shown in the figure below: Note: Before use, the camera should be adjusted to be just above the QR code whiteboard, and there is a line The straight line is facing the mechanical arm.
After successfully opening the camera, click the 'Close' button to close the camera
algorithm control
Fully automatic mode, after clicking the 'Auto Mode' button, the recognition, grabbing, and placing will always be on; click the 'Auto Mode' button again to turn off the fully automatic mode.
Go back to the initial point of grabbing, click the 'Go' button, it will stop the current operation and return to the initial point.
Step-by-step Recognition recognition: click the 'Run' button to start the recognition, Aigorithm is the current algorithm used.
Pick: Click the 'Run' button to start the capture. After the capture is successful, the recognition and capture will be automatically closed, and you need to click it again for the next use.
Placement: Click the 'Run' button to start placing. The BinA, BinB, BinC, and BinD selection boxes correspond to BinA, BinB, BinC, and BinD 4 storage boxes, respectively, and will be placed in the designated storage box after selection.
Grasping point adjustment, X offset, Y offset, Z offset respectively represent the position of the X-axis, Y-axis, and Z-axis of the robot arm coordinates. They can be modified according to actual needs. Click the 'Save' button Save it. After successful saving, it will be captured according to the latest point.
Open the file location, our code is open source, you can modify it according to your needs, click the 'Open File' button to open the file location.
Open the 'main.py' file and modify it
Note: The 'main.py.bak' file is the backup of the 'main.py' file, delete the 'main.py' file when you need to use it, and re-modify the 'main.py. The suffix of the bak' file is 'main.py'; then re-backup the 'main.py' file and name it 'main.py.bak'; you can also choose to re-download the project.Algorithm selection includes color recognition, shape recognition, two-dimensional code recognition, and Keypoints recognition. Selecting the corresponding algorithm will perform corresponding recognition.
Add a picture for 'Keypoints'
Click the 'Add' button, the camera will open and a prompt will appear.
Click the 'Cut' button, the current camera content will be intercepted, and a prompt will be given to 'press the ENTER key after the content needs to be saved'Frame the content to be saved and press the ENTER key to start selecting the saved area, corresponding to BinA, BinB, BinC, BinD 4 storage boxes.
The intercepted content will be displayed here
You can enter the following path to view the saved pictures
Click the 'Exit' button to exit adding pictures. Note: If you start capturing, please exit after capturing. You can choose not to save the captured pictures.
coordinate display
Real-time coordinate display of the robotic arm: click the 'current coordinates' button to open
Recognition coordinate display: click the ''image coordinates' button to open
Algorithm material corresponding description
Here is a brief explanation of the material usage corresponding to various algorithms:
- Color recognition:
- Shape recognition:
- Feature point recognition:
- QR code recognition:
- yolov5 recogniton: