I want to create a rrt planner using custom kinematic constraints in a 3d map ,how to proceed with this problem?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have 3d occupancy grid map and now how can i define my custom kinematic constraints and apply rrt to this problem?
0 comentarios
Respuestas (1)
Sandip Kumar
el 16 de Dic. de 2021
Editada: Sandip Kumar
el 16 de Dic. de 2021
This example showcases how to use custom validator with stateSpaceSE2 object inside plannerRRT: https://www.mathworks.com/help/nav/ug/moving-furniture-in-a-cluttered-room-with-rrt.html
This should give you inspiration of how to do it.
ValidatorOccupancyMap3D uses the occupancyMap3D: https://www.mathworks.com/help/nav/ref/validatoroccupancymap3d.html --> there is an example on this page which shows how to use plannerRRT
Read more about create custom state spaces here: https://www.mathworks.com/help/nav/ref/nav.statespace-class.html
Read about creating custom validator here: https://www.mathworks.com/help/nav/ref/nav.statevalidator-class.html
Other motion planning example: https://www.mathworks.com/help/nav/examples.html?category=motion-planning&s_tid=CRUX_topnav (note only some of them use plannerRRT)
5 comentarios
Karsh Tharyani
el 17 de Dic. de 2021
plannerRRT is a geometric planner and since the state doesn't have any notion of time it is hard to encode it in the planner. Have you looked at plannerControlRRT?
Ver también
Categorías
Más información sobre Motion Planning en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!