How to modify dubins statespace for 3d Maps?
1 回表示 (過去 30 日間)
古いコメントを表示
I am doing this for needle trajectory planning for robotic surgery , i have 3d occupancy grid map of my organ,I did rrt based planning on my map using SE3 state space but the trajectory i am getting are quite sharp ,I need curvilinear type smooth trajectory which takes min turning radius as an input like in dubins state space ,but the dubins state space is only for 2d currently,so kindly suggest what modifications i need to do to make it 3d dubins.
0 件のコメント
採用された回答
Jianxin Sun
2021 年 12 月 9 日
Hi,
The following example https://www.mathworks.com/help/uav/ug/motion-planning-with-rrt-for-fixed-wing-uav.html might help you. Although it is for a fixed wing UAV motion planning, the requirements are similar to yours. It used a 3D Dubins curve with limited elevation angles and turn radius (presented as speed + roll angle limit).
Thanks,
Jianxin
2 件のコメント
Jianxin Sun
2021 年 12 月 10 日
Hi,
Did you open the example using the openExample('uav/MotionPlanningWithRRTForAFixedWingUAVExample') command? This command will copy all the helper functions and data files.
Thanks,
Jianxin
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!