Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heisenberg141/hybrid-a-star-for-car-parking

This repository contains my Implementation of hybrid A star for a vehicle with Ackerman steering to perform complex parking maneuvers in tight parking spaces
https://github.com/heisenberg141/hybrid-a-star-for-car-parking

ackerman-steering graph-search hybrid-a-star motion-planning path-planning planning robotics route-planning valet

Last synced: 3 days ago
JSON representation

This repository contains my Implementation of hybrid A star for a vehicle with Ackerman steering to perform complex parking maneuvers in tight parking spaces

Awesome Lists containing this project

README

        

# Valet-Parking
This repository contains my Implementation of hybrid A star for a vehicle with Ackerman steering to perform complex parking maneuvers in tight parking spaces.
## Instructions
1. Install all the required packages using requirements.txt (python version: 3.9.13)
2. run python valet_demo.py

## Results:
1. Hybrid A star search pattern:
![illustration1](media/searchPattern.png?raw=true "Search Pattern")

2. Demo Video

![illustration2](media/valet_better.gif?raw=true "Demo Video")