Skip to content

Skills

Programming in Python

In this project we used the python language to control the robotic arm and the robot cart.

Line Following

The robot cart follows the line by using two line-following sensors located on the front of the cart. The cart automatically turns when it detects it's not on the line.

Screen Recording 2022-03-08 at 5.50.29 PM

Reading and Processing Sensor Data

The robot cart has a color sensor and an ultrasonic sensor mounted on the side to help it find the correct bin. The data from both sensors are incoporated in the program logic to minimize the chance of misidentifying bins.

Screen Recording 2022-03-08 at 5.46.27 PM

Controlling the Robotic Arm

The robotic arm picks up the container from the sorting table and place it on top of the cart. The arm is able to load multiple containers with the same destination to the cart to maximize efficiency.

Screen Recording 2022-03-08 at 5.18.32 PM


Last update: March 8, 2022
Created: March 8, 2022