top of page

02-full
Describe your image

Capture4
Describe your image
![IMG_0042[1]](https://static.wixstatic.com/media/d57c45_aed6ad2e7aeb40f7854a9a1f39b43659~mv2_d_2448_3264_s_4_2.jpg/v1/fill/w_980,h_1307,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/d57c45_aed6ad2e7aeb40f7854a9a1f39b43659~mv2_d_2448_3264_s_4_2.jpg)
IMG_0042[1]
Describe your image

02-full
Describe your image
1/3
Shortest Path Robot
Basic robot with line following capabilities and able to follow and execute basic instructions of forward, left, right, u-turn, and stop. We had a webpage in which a user can enter a start node and an end node. Our server would then run Dijkstra's algorithm via a python script behind the scenes and spit out the resultant list of nodes to visit. Then the python script would translate this into directions for the robot. Once the robot reached the destination then a new location could be entered.
My job for this project was to implement Dijkstra's algorithm and create the webpage that communicates with the python program via database
bottom of page