CSCI 3302 Final Project
Project Algernon is a three-step robot that maps, path plans, and traverses a pre-made map in WeBots.
- Python
- WeBots Application Environment
- Thiago Robot - [Within WeBots Environment]
- Lidar Camera - [Within WeBots Environment]
Initially, the user of the project controls and guides the robot around the maze so that the robot can utilize the Lidar camera and map the walls and paths.
Then, utilizing the A* search algorithm, the robot searches and find the optimal path to the goal.
Finally, utilizing inverse kinematics the robot traverses the maze while simuletransely adjusting its movements to avoid the walls and take the proper turns.
Josef May