Skip to content
#

astar-algorithm

Here are 32 public repositories matching this topic...

The project builds a comprehensive robotic system capable of autonomous navigation. This includes designing a feedback controller to regulate motor speed and a velocity-based movement controller, implementing 2D mapping using Lidar for simultaneous localization and mapping (SLAM), and constructing a path planner for effective navigation.

  • Updated Jul 16, 2024
  • C

This C program implements the A* algorithm for finding the shortest path in a 2D array. The program randomly generates a maze by setting some cells as walls, and sets a starting and an ending point. It then applies the A* algorithm to find the shortest path from the starting point to the ending point, and prints the path in the maze.

  • Updated Nov 18, 2023
  • C

Improve this page

Add a description, image, and links to the astar-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the astar-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more