walkerhsu / car_explore_map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

car_explore_map

We make the car explore the map without knowing the appearance of the map.

This is more reasonable since the map should be inlnown for most of the time.

In this project, we use DFS to explore the inknown map, and apply ultrasound model to check the availability of four directions.

In the end, we will output the route explored by the car by turtle model.

demo

https://youtu.be/Eje7sMdO96E

actual operation

3*6 maze -1

https://youtu.be/50H7W-qkZEo

3*6 maze -2

https://youtu.be/uXv7PVY22Bs

About


Languages

Language:Python 50.3%Language:C++ 38.2%Language:C 11.6%