Mobile robot path planning- Valid or feasible path

1 visualización (últimos 30 días)
Hamza Turabieh
Hamza Turabieh el 16 de Jul. de 2020
Respondida: Ajay Pattassery el 30 de Sept. de 2020
Am trying to build a genetic algorithm to find the shortest path. findpath() use A* which is build in.
My question is: Is there a function or method to examine new generated path that is valid or not?

Respuestas (1)

Ajay Pattassery
Ajay Pattassery el 30 de Sept. de 2020
You can use statevalidator to validate whether a state is valid or not. Also the path generated between states can also be validated.
validatorOccupancyMap is a state validator based on 2-D grid map. This might be helpful for your case of validating A* path(Assuming 2D scenario).
You can also create your own validator using createPlanningTemplate.

Categorías

Más información sobre Robotics en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by