Difference between revisions of "Niryo Ned One - Townend Joseph"
m |
m |
||
Line 1: | Line 1: | ||
− | == SORTING BRICKS BY COLOUR USING THE NIRYO ARM BY JOSEPH TOWNEND== | + | == '''SORTING BRICKS BY COLOUR USING THE NIRYO ARM BY JOSEPH TOWNEND''' == |
Line 6: | Line 6: | ||
The goal of my project was to build a robotic arm that would grab items off of a plate, and place them into containers depending on their colour. | The goal of my project was to build a robotic arm that would grab items off of a plate, and place them into containers depending on their colour. | ||
− | + | ||
==Project details== | ==Project details== | ||
+ | The system uses a Niryo One robot arm to identify and pick up bricks based on their colours. It uses a camera to recognize different colours. Once the colours are identified, the robot arm moves to grab the bricks from the workstation using a grabber module and delivers them to a redetermined area. This system will run until the workspace is empty, which is identified by the camera. | ||
+ | ==Problems in the project== | ||
− | |||
− | |||
==Conclusion== | ==Conclusion== | ||
− | In conclusion, this project was successful at the task of sorting | + | In conclusion, this project was successful at the task of sorting Lego bricks by their colour. |
==Further developments== | ==Further developments== | ||
− | + | ||
− | |||
− | |||
==Photos and code== | ==Photos and code== | ||
− | Find below the code block and a video of the arm | + | Find below the code block and a video of the arm operating. |
[[Image:niryo_color_sort_program.png]] | [[Image:niryo_color_sort_program.png]] | ||
+ | |||
Code block for the colour sorting algorithm | Code block for the colour sorting algorithm | ||
<youtube>xW3jMgN0Mfg</youtube> | <youtube>xW3jMgN0Mfg</youtube> | ||
+ | |||
Video of the code in operation | Video of the code in operation |
Revision as of 20:04, 7 December 2023
Contents
SORTING BRICKS BY COLOUR USING THE NIRYO ARM BY JOSEPH TOWNEND
The goal of the project
The goal of my project was to build a robotic arm that would grab items off of a plate, and place them into containers depending on their colour.
Project details
The system uses a Niryo One robot arm to identify and pick up bricks based on their colours. It uses a camera to recognize different colours. Once the colours are identified, the robot arm moves to grab the bricks from the workstation using a grabber module and delivers them to a redetermined area. This system will run until the workspace is empty, which is identified by the camera.
Problems in the project
Conclusion
In conclusion, this project was successful at the task of sorting Lego bricks by their colour.
Further developments
Photos and code
Find below the code block and a video of the arm operating.
Code block for the colour sorting algorithm
Video of the code in operation