-
大小: 7KB文件類型: .m金幣: 1下載: 0 次發布日期: 2021-01-03
- 語言: Matlab
- 標簽: RRT??路徑規劃??pathplanning??
資源簡介
matlab程序,絕對可以運行,能夠生成從出發點到終點的快速擴展隨機數圖
代碼片段和文件信息
%%???RRT*?3D?state?space
%%??-?create?a?path?from?a?start?node?to?an?end?node
%%????using?the?RRT?algorithm.
%%??-?RRT*?=?Rapidly-exploring?Random?Tree?star
%%?This?short?programm?is?writen?based?other?basic?RRT?code?and?used?for?test?my?hardware?work?.
%%?Apologize?no?time?to?add?the?enough?comments?
%%??Size(Adrian)?Xiao???DEC?2016??University?of?Queensland?Australia??uqsxiao@uq.edu.au
function?RRT_star_3D;
clear?all;
%?create?random?worlddetermine?the?parameters?of?simulation
Size?=?16384;???????%?the?2D?world?is?a?100?by?100?map
Obs_Cordi?=?[111;111;111];
NumObstacles?=?3;?%?randomly?obstacles?distributed?on?the?map
maxObstacleRadius?=?0.05;?%?define?the?max?radius?of?obstacle
maxturningangle?=?1.05;??%75deg
Heading?=?0.758;%?45?degree;?ccw?rotation?ve
- 上一篇:matlab聲音處理-男聲變聲
- 下一篇:心電信號采集與分析MATLAB
評論
共有 條評論