matlab-rrt-variants

授权协议 Readme
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 牧熙云
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Matlab Implementation of RRT Variants

===================

Author:

Adnan Munawar (amunawar@wpi.edu)

RRT*, RRT-connect, lazy RRT and RRT extend have been implemented for 2d and 3d c-spaces with visualization

General Information:

This is a basic yet meaningful implementation of RRT and its variants in Matlab.

How to run

All you need to do is fire up the benchmarkRRT.m file, it is pretty self explanatory.

Specify the number of runs for each planner

  • num_of_runs =1;

Specify if we want to run the specific planner or not, 1 for yes and 0 for no.

  • run_RRTconnect =0 or 1;
  • run_RRTextend = 0 or 1;
  • run_LazyRRT = 0 or 1;
  • run_RRTstar = 0 or 1;

Specify whether to run the planner in 2D or 3D (only for now)

  • dim = 3;

Specify the step size, the world is 100 * 100 for 2D and 100 * 100 *100 for 3D

  • stepsize = [10];

Specify whether to use random obstacles or to use pre programmed obstacles

  • random_world = 0 or 1;

For RRT* only

  • radius = 10;
  • samples = 4000;

Showing output or not

  • show_output = 0 or 1;
  • show_benchmark_results = 0 or 1;
 相关资料
  • MATLAB是矩阵实验室(Matrix Laboratory)的简称,是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据 分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。 MATLAB和Mathematica、Maple并 称为三大数学软件。它在数学类科技应用软件中在数值计算方面首屈一指。MATLAB可以进行矩阵运算、绘

  • MATLAB code for reading and writing CIFTI files, v2 This library is compatible with the CIFTI-2 format, withoutexternally installed dependencies (except that CIFTI-1 files requirewb_command for conver

  • Zaf-Matlab Zafar's Audio Functions in Matlab for audio signal analysis. Files: zaf.m: Matlab class with the audio functions. examples.ipynb: Jupyter notebook with some examples. audio_file.wav: audio

  • BIDS for MATLAB / Octave This repository aims at centralising MATLAB/Octave tools to interact with datasets conforming to the BIDS (Brain Imaging Data Structure) format. For more information about BID

  • REPET-Matlab REPeating Pattern Extraction Technique (REPET) in Matlab for audio source separation. Repetition is a fundamental element in generating and perceiving structure. In audio, mixtures are of

  • snopt-matlab (version 3.0) This is version 3.0 of the Matlab interface for sparse nonlinear optimization software SNOPT. Requires the SNOPT software package. Changes from version 2.5: all-in-one calls