필터 지우기
필터 지우기

I want to create a rrt planner using custom kinematic constraints in a 3d map ,how to proceed with this problem?

조회 수: 8 (최근 30일)
i have 3d occupancy grid map and now how can i define my custom kinematic constraints and apply rrt to this problem?

답변 (1개)

Sandip Kumar
Sandip Kumar 2021년 12월 16일
편집: Sandip Kumar 2021년 12월 16일
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
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
Karsh Tharyani
Karsh Tharyani 2021년 12월 17일
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?
mukund shah
mukund shah 2021년 12월 20일
Yes but i dont know to edit the state propogator, I want to make a state propogator in Se3 space for a 3d bicycle model, I have the rotation and translation matrix but I am not getting how to edit nav. State propogator for this task

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Motion Planning에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by