How to modify dubins statespace for 3d Maps?

2 Ansichten (letzte 30 Tage)
mukund shah
mukund shah am 9 Dez. 2021
Bearbeitet: mukund shah am 10 Dez. 2021
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.

Akzeptierte Antwort

Jianxin Sun
Jianxin Sun am 9 Dez. 2021
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 Kommentare
mukund shah
mukund shah am 10 Dez. 2021
Bearbeitet: mukund shah am 10 Dez. 2021
@Jianxin Sun i installed latest matlab update but i am not able to run the given example
ss = ExampleHelperUAVStateSpace("MaxRollAngle",pi/6,...
"AirSpeed",6,...
"FlightPathAngleLimit",[-0.1 0.1],...
"Bounds",[-20 220; -20 220; 10 100; -pi pi]);
after i run this part matlab is showing error undefined function,i have installed all toolboxes and my matlab is of latest version,kindly help
Jianxin Sun
Jianxin Sun am 10 Dez. 2021
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Robotics finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by