Skip to content

emahdij/Robotic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path Planning Flutter Application

Overview

This Flutter-based Path Planning application was developed as part of a university robotics project. The primary focus of this project is to demonstrate the implementation and efficiency of the A* (A-star) algorithm in navigating through obstacles to find the shortest path from a start point to a target.

Features

  • Interactive Grid: Users can manually set the start point, target, and walls or generate them randomly.

  • A Algorithm Implementation:* Efficiently finds the shortest path considering different movement costs.

  • Customizable Costs: Each direction (up, down, left, right) can have different traversal costs, affecting the pathfinding outcome.

Getting Started

Prerequisites

Installation

  1. Clone the Repository:
git clone https://github.com/emahdij/Robotic.git
  1. Navigate to the Project Directory:
cd robotic
  1. Install Dependencies:
flutter pub get
  1. Run the Application:
flutter run

Usage

  1. Choose Maze Configuration:
  • Randomly: Generate a maze with a random distribution of walls.

  • Manually: Place walls, start, and target points manually on the grid.

  1. Set Costs:
  • Adjust the traversal costs for each direction using the provided spin boxes.
  1. Run Pathfinding:
  • Start the A* algorithm to visualize the pathfinding process and view the final path and cost.

Access the Application Online

You can access the live version of this application on the web(Demo): 🌐 Click Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published