登录
首页 » matlab » rrtstar-master

rrtstar-master

于 2020-12-28 发布
0 155
下载积分: 1 下载次数: 3

代码说明:

说明:  混合算法求解路径规划问题。二维平面内求解机器人路径规划问题,其中障碍物为静止障碍物(path planning on mobile robot.)

文件列表:

rrtstar-master, 0 , 2017-01-05
rrtstar-master\2D, 0 , 2017-01-05
rrtstar-master\2D\RRTStar.m, 4287 , 2017-01-05
rrtstar-master\2D\ccw.m, 94 , 2017-01-05
rrtstar-master\2D\dist.m, 73 , 2017-01-05
rrtstar-master\2D\noCollision.m, 831 , 2017-01-05
rrtstar-master\2D\steer.m, 339 , 2017-01-05
rrtstar-master\3D, 0 , 2017-01-05
rrtstar-master\3D\RRTStar_3D.m, 2894 , 2017-01-05
rrtstar-master\3D\dist_3d.m, 98 , 2017-01-05
rrtstar-master\3D\steer3d.m, 384 , 2017-01-05
rrtstar-master\README.md, 457 , 2017-01-05
rrtstar-master\result.png, 341697 , 2017-01-05
rrtstar-master\result3d.png, 226688 , 2017-01-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 记录电脑日志
    说明:  C# 4.0 The Complete Reference Herbert Schield
    2020-06-24 08:40:01下载
    积分:1
  • 核武器CC攻击器 V1.0 绿色版
    说明:  信息安全技术,网络攻击,初学者软件练习,呀呀呀(Information Security Technology, Network Attack, Beginner Software Practice)
    2019-06-03 14:55:52下载
    积分:1
  • ChaosAttractors
    说明:  混沌吸引子的matlab实现代码,包括 Logistic映射 - ChaosAttractorsMain_Logistic.m Henon映射 - ChaosAttractorsMain_Henon.m Lorenz吸引子 - ChaosAttractorsMain_Lorenz.m Duffing吸引子 - ChaosAttractorsMain_Duffing.m Duffing2吸引子 - ChaosAttractorsMain_Duffing2.m Rossler吸引子 - ChaosAttractorsMain_Rossler.m Chens吸引子 - ChaosAttractorsMain_Chens.m Ikeda吸引子 - ChaosAttractorsMain_Ikeda.m MackeyGLass序列 - ChaosAttractorsMain_MackeyGLass.m Quadratic序列 - ChaosAttractorsMain_Quadratic.m(Chaos attractor matlab implementation code. including: Logistic mapping - ChaosAttractorsMain_Logistic. M Henon mapping - ChaosAttractorsMain_Henon. M Lorenz attractor - ChaosAttractors main_lorenz.m Duffing attractor - ChaosAttractorsMain_Duffing. M Duffing2 attractor - ChaosAttractors main_duffing2.m Rossler attractor - ChaosAttractorsMain_Rossler Chens attractor - ChaosAttractors main_chens.m Ikeda attractor - ChaosAttractors main_ikeda.m MackeyGLass sequence - ChaosAttractors main_mackeyglass.m Quadratic sequence - ChaosAttractors Main_Quadratic. M)
    2020-05-10 12:16:40下载
    积分:1
  • MonteCarlo
    介绍关于蒙特卡洛算法,用于模拟光子在人体皮肤(组织中传播的作用)(The Monte Carlo algorithm is introduced to simulate the effect of photons on human skin (tissue propagation).)
    2020-12-10 14:09:19下载
    积分:1
  • 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn...
    算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
    2022-03-02 12:22:07下载
    积分:1
  • ansys结构数值分析与应用命令流
    用于车桥耦合的时候,用ansys分析移动荷载过桥(When the bridge coupling is used, the ANSYS is used to analyze the moving load over the bridge)
    2017-11-29 20:59:50下载
    积分:1
  • lcd1602显示遥控键值的计算器
    应用背景基于LCD1602显示遥控键值的计算器,单片机C语言范畴,完整源程序及单片机开发板接线图。keil软件打开。关键技术 通过单片机开发板键盘输入,在LCD1602上显示的计算器(加法)。实验说明:  1.由于按键的个数有限只开通了加法运算 2.a键为“+”运算,b键为“=”  3.只开通了2位数的运算 *  4.按键规则先按下加数再按“+”再被加数再“=”  接线方法:  Jp8连JP4           
    2022-11-29 01:00:03下载
    积分:1
  • c#获取磁盘分区容量
    c#获取某一磁盘分区的容量大小,可以是磁盘和目录的形式,选择后可显示出磁盘容量信息,以及剩余空间大小等,比较简单的磁盘信息读取程序。
    2022-01-25 19:57:25下载
    积分:1
  • 三洋FM模块的原代码,调试通过了的,很好用的,欢迎大家下载
    三洋FM模块的原代码,调试通过了的,很好用的,欢迎大家下载-Sanyo FM module source code, debugging adopted, and a good use, and welcome everyone to download
    2022-01-26 06:57:24下载
    积分:1
  • program
    使用DSP28335进行光伏逆变 ,这个程序是电子设计大赛应用程序。可以作为大功率光伏逆变开发的参考程序。(Use the DSP28335 for photovoltaic inverter, this program is the electronic design contest application. Can be used as a high-power photovoltaic inverter development of the reference program.)
    2017-10-28 11:10:34下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载