登录
首页 » 算法 » 基于RRT及其改进型的路径规划算法

基于RRT及其改进型的路径规划算法

于 2023-03-18 发布 文件大小:12.95 MB
0 265
下载积分: 2 下载次数: 1

代码说明:

本算法是自己的机器人课程设计,有具体的算法原理和程序设计介绍。具体内容见设计报告书。在压缩包里。 本设计学习并分析了基本RRT路径规划的原理,并通过参考资料及自己分析,提出了一种改进的RRT路径规划算法。为了验证改进型RRT算法的正确性以及合理性。最后在VS2010开发环境下用C++编写了两种RRT算法的程序代码及演示界面。通过一定量的实验得到了大量数据。经过数据分析,验证了改进型RRT是正确的,并且在不破坏基本RRT算法的随机性的前提下,有效的将随机性和目的性结合起来,提高了RRT算法的效率和路径的质量。 本设计中,选取二维平面作为机器人的运动环境。即在二维平面下进行RRT算法设计,将机器人看做二维平面上的一个点。机器人的运动是连续的。 用C++语言实现算法,在VS2010集成开发环境下运行调试程序。 在演示软件中,将机器人所处的环境大小设置为600*400。机器人的起始位置用一个半径为30的大圆的圆心表示。目标点用一个半径为

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

发表评论

0 个回复

  • 三种无线通信协议综述
    资源描述【摘要】蓝牙(IEEE 802.15.I)、ZigBee(IEEES02.15.4).Wi-Fi(IEEE 802.11)是当前流行的三种短距离无线通信 协议标准,从应用的角度来看蓝牙技术是为取代个人的电子设备间的有线连接。ZigBee技术是为了建立一个可靠的无线监控 网络,w卜Fi技术的目的取代个人电脑的网线。现将对这三种流行的通信协议的主要特征比较,包括传输速度,功耗、安全. 【关键词】蓝牙;ZigBee;Wi-Fi;无线通信协议
    2022-07-25 00:26:27下载
    积分:1
  • common procedures C Numerical Algorithms
    常用的C程序数值算法-common procedures C Numerical Algorithms
    2022-03-31 20:57:36下载
    积分:1
  • 快速排序的时间测量
    """
    2023-08-31 01:10:03下载
    积分:1
  • YUV文件读取源程序
    YUV文件读取源程序,可实现CIF、Qcif 等格式YUV数据的读取、播放、暂停等功能。
    2023-08-18 06:45:02下载
    积分:1
  • Multi
    多维傅里叶变换,二维DFT快速算法,共分五部--四:三维复序列3D-DFT快速算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 4: Three-dimensional complex sequence of 3D-DFT Fast Algorithm
    2023-07-04 05:05:03下载
    积分:1
  • Finite sampling unit response (FIR) digital filter design method is useful Oh
    有限长单位取样响应(FIR)数字滤波器的设计方法,很有用噢-Finite sampling unit response (FIR) digital filter design method is useful Oh
    2022-05-05 03:45:46下载
    积分:1
  • 111111111111111111111111
    111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
    2023-04-13 04:00:04下载
    积分:1
  • 降采样(16Kto8K)
    录音库采集,经常采用高采样率,如44.1k或16k, 但实际应用场合,录音采样率可能只有8k,因此需要降采样。本源码实现录音wav文件降采样,从16K转8K. 采用连续两点求平均,转完时域波形几乎不影响,听不出差别,但如用于语音识别,则可能有影响。
    2022-01-25 22:51:20下载
    积分:1
  • 这几天学VC界面编程,在VC在线上狂看教程,觉得有所长进,于是把以前的Java代码用VC改写了一下。问题还是那个老掉牙的问题,八皇后问题,老归老,但我很喜欢...
    这几天学VC界面编程,在VC在线上狂看教程,觉得有所长进,于是把以前的Java代码用VC改写了一下。问题还是那个老掉牙的问题,八皇后问题,老归老,但我很喜欢-VC these days learn programming interface, the VC frenzy see online tutorial, some feel that complacency. So, before the Java code with VC rewritten a bit. Problems or those long-standing problems, 8 Queen"s problems and old to the old, but I like
    2022-01-26 15:53:22下载
    积分:1
  • 平均因子分解应用于正定矩阵
    平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
    2022-10-16 04:30:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载