Skip to content

fubblea/Pioneer-Maze-Solver

Repository files navigation

Pioneer P3DX Maze Solving Algorithm

This project aims to explore various maze solving algorithms through the use CoppeliaSim and Python

alt text

The robot chosen for this project is the Pioneer P3DX. More info can be found here: https://www.generationrobots.com/media/Pioneer3DX-P3DX-RevA.pdf.

alt text

Implemented Algorithms

Braitenberg Collision Avoidance

More info can be found here: https://en.wikipedia.org/wiki/Braitenberg_vehicle

Wall Follower Solution

A simple solution to this problem was acheived by following the right wall at all times. This is possible due to the fact that the maze is simply connected.

More info can be found here: https://en.wikipedia.org/wiki/Maze-solving_algorithm

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages