RFID-Based Robot Navigation (Research project 2006)
In my 8th grade science fair project, I explored how RFID technology can be used to improve robot navigation algorithms. By matching a tag to the corresponding location on its map, a robot can identify its current position and plan a route to its destination. I represented the building map as a weighted graph, and used Dijkstra’s shortest path algorithm to find the optimal route.
Comments