FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add GA-based path planner, simulation and assets by BanaanKiamanesh · Pull Request #79 · ShisatoYano/AutonomousVehicleControlBeginnersGuide · GitHub

Add GA-based path planner, simulation and assets - #79

Merged
ShisatoYano merged 1 commit into
ShisatoYano:mainfrom
BanaanKiamanesh:PathPlanningBanaan
Sep 12, 2026
Merged

ShisatoYano merged 1 commit into
ShisatoYano:mainfrom
BanaanKiamanesh:PathPlanningBanaan

Conversation

Copy link
Copy Markdown
Contributor

Introduce a Genetic Algorithm path planner and demo. Adds a new GeneticAlgorithmPathPlanner (src/components/plan/ga/genetic_algorithm_path_planner.py) implementing GA optimization over control points with Catmull-Rom spline smoothing, collision/bounds/curvature costs, population operators, GIF visualization and path export. Adds a simulation entry (src/simulations/path_planning/ga_path_planning/ga_path_planning.py), example map and assets (map.json, ga_search.gif, path.json), a unit test (test/test_ga_path_planning.py), and a README entry to list the GA sample. The planner seeds the population from a BFS corridor, includes a fallback to the seed path, and exposes GA parameters via GAConfig.

Introduce a Genetic Algorithm path planner and demo. Adds a new GeneticAlgorithmPathPlanner (src/components/plan/ga/genetic_algorithm_path_planner.py) implementing GA optimization over control points with Catmull-Rom spline smoothing, collision/bounds/curvature costs, population operators, GIF visualization and path export. Adds a simulation entry (src/simulations/path_planning/ga_path_planning/ga_path_planning.py), example map and assets (map.json, ga_search.gif, path.json), a unit test (test/test_ga_path_planning.py), and a README entry to list the GA sample. The planner seeds the population from a BFS corridor, includes a fallback to the seed path, and exposes GA parameters via GAConfig.
ShisatoYano self-requested a review September 2, 2026 15:33
ShisatoYano added the enhancement New feature or request label Sep 2, 2026
ShisatoYano merged commit 0f1b7d7 into ShisatoYano:main Sep 12, 2026
3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL