astar-algorithm topic

List astar-algorithm repositories

DurielsGodotUtilities

91
Stars
7
Forks
Watchers

A collection of useful Scripts, Scenes, Systems, and Templates for the Godot Game Engine.

Space-Time-AStar

157
Stars
20
Forks
Watchers

A* Search Algorithm with an Additional Time Dimension to Deal with Dynamic Obstacles

Path_Plan

139
Stars
34
Forks
Watchers

Path plan algorithm, include: A*, APF(Artificial Potential Field)

idincern-husky

83
Stars
29
Forks
Watchers

AUTONOMOUS ROBOT NAVIGATION USING ROS Clearpath Husky A200 robot with Gazebo and RViz simulations using different SLAM and Path Planning algorithms. 360 degrees laser scan with two SICK LMS511 LIDARs

Global_path_planning_for_USV

80
Stars
24
Forks
Watchers

This repository uses the S-57 electronic chart to build the octree grid environment model, and proposes an improved A* algorithm based on sailing safety weight, pilot quantity and path curve smoothing...

coursera_robotics

71
Stars
31
Forks
Watchers

Contains coursera robotics specialization assignment codes

Artificial-Intelligence-Assignments

20
Stars
3
Forks
Watchers

A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D

AI-Programming-using-Python

69
Stars
28
Forks
Watchers

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

Pathfinding-Visualizer

28
Stars
10
Forks
Watchers

🎯 VanillaJS pathfinding visualizer using bunch of different shortest-path algorithms (A*, DFS, BFS, ...etc.)