Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quanghihicoder/robot_navigation
robot navigation
https://github.com/quanghihicoder/robot_navigation
ai astar bfs dfs gbfs python robot-navigation
Last synced: 28 days ago
JSON representation
robot navigation
- Host: GitHub
- URL: https://github.com/quanghihicoder/robot_navigation
- Owner: Quanghihicoder
- License: mit
- Created: 2022-08-01T14:39:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T15:09:43.000Z (over 2 years ago)
- Last Synced: 2024-01-27T14:38:24.622Z (10 months ago)
- Topics: ai, astar, bfs, dfs, gbfs, python, robot-navigation
- Language: Python
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robot_Navigation
Run code:
Type in command: py main.py method_name
There are 7 methods available: DFS, BFS, GBFS, AS, CUS1, CUS2, CUS3
Example: py main.py DFS
Enjoy !