how to develop genetic algorithm for autonomous vehicle static path planning
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
my project is based on designing a genetic algorithm for autonomous vehicle static path planning. e.g a robot that can navigate around a work space (grid map) and avoid static obstacles as it moves from a start position to its destination.
15 Kommentare
Geoff Hayes
am 21 Aug. 2014
Ibrahim - please don't ask another question here only to duplicate it at http://www.mathworks.com/matlabcentral/answers/151784-please-somebody-tell-me-how-i-can-initialise-a-10-10-grid-environment-with-obstacles-located-while.
It seems that you have also duplicated that one with http://www.mathworks.com/matlabcentral/answers/151055-please-somebody-help-me-with-how-to-plot-a-10-10-grid-map-and-how-to-number-the-grid-cells.
Given the responses to these two (other) questions, try writing the code yourself. If you have a problem with the code (doesn't do what you expect, error message, etc.) then by all means post a question and we will all try to help you out. But you have to make an attempt...
Antworten (1)
Matt J
am 10 Aug. 2014
Instead of a genetic algorithm, maybe a known shortest path algorithm would be appropriate, e.g.,
Siehe auch
Kategorien
Mehr zu Genetic Algorithm finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!