Skip to content

Conversation

@shreyshet
Copy link
Contributor

This PR presents a Hybrid A* implementation. The new planner enables path generation for non-holonomic vehicles (like cars) by incorporating a minimum turning radius and continuous state-space exploration.

Run standalone Hybrid A* simulation

python src/simulations/path_planning/astar_hybrid_path_planning/astar_hybrid_path_planning.py

Run tests

python -m pytest test/test_astar_hybrid_path_planning.py -v

@ShisatoYano
Copy link
Owner

@shreyshet Thank you so much for the PR! This looks great. I'm a bit tied up right now, but I'll review it in detail and get back to you soon. Please bear with me for a bit!

And then, your changes looks like has conflict. So please resolve it before I start reviewing.

@ShisatoYano ShisatoYano added the enhancement New feature or request label Jan 9, 2026
This README provides an overview of the Hybrid A* Path Planner, detailing its features, code explanation, tuning parameters, references, and simulations.
@shreyshet
Copy link
Contributor Author

Hi @ShisatoYano,
Thank for the reply, I made changes to the repo that should remove those conflicts.
Those conflicts occured because I tried to add a custom readme for a star hybrid. But I figured thats not necessary right now. Hence I removed it.

@ShisatoYano ShisatoYano self-requested a review January 12, 2026 06:48
@ShisatoYano ShisatoYano merged commit 1811812 into ShisatoYano:main Jan 12, 2026
3 checks passed
@ShisatoYano
Copy link
Owner

@shreyshet I confirmed that the conflict was resolved and all unit tests passed, so I merged your PR into main branch. Thanks you for your great contribution!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants