搜索资源列表
rrt-0.3
- RRT路径规划算法,可以生成曲线路径,并跟踪生成的路径-RRT* path planning algorithm can generate curved path, and follow the path generated
rrt-Algorithm
- 快速扩展随机树(RRT)算法的实现 visual c++编写程序 解压无需密码-rrt Algorithm
RRT
- matlab, RRT算法演示。-Rapidly-exploring Random Tree program
rrt
- 基于rrt算法的路径规划,在vc++6.0环境中运行-Rrt-based path planning algorithm, running on vc++6.0 environment
rrt-0.3
- 机器人路径规划的程序算法,用C++语言实现,在传统的RRT算法的基础上进行改进,使路径规划的时间大大缩短,同时增加寻优效率-Program robot path planning algorithm, with C++ language, make improvements in the traditional RRT algorithm, so that the path planning time is greatly reduced, while increasing efficiency
Improved-RRT
- RRT算法 -基本的rrt算法的源代码的实现-improved RRT
Bidirectional-RRT
- 双向RRT算法,可以生成随机地图,然后通过带对比择优的双向RRT算法完成路径规划.可以在matlab下正确运行-bidirectional RRT path planning based on comparison optimization
RRT
- 传统的RRT算法的程序,使用matlab进行模拟仿真-Traditional RRT algorithm, the use of matlab to simulate
RRT-algorithmtype
- 针对基本快速扩展随机树(RRT)算法存在搜索过于平均、效率低下、用时较长的缺陷,提出了一种偏向目标型的改进型RRT算法。这种算法在生成随机点时以一定概率选择最终目标点作为局部目标点,使树的扩展有一个趋向于最终目标点的趋势,从而加快了算法的收敛速度,优化了规划路径-For basic fast Random Tree (RRT) search algorithm exists too mean, inefficient, long time with defects, we proposed a
RRT-algorithm
- 用matlab中使用RRT算法进行路径寻优,得到最佳路径-Using the RRT algorithm using matlab path optimization, optimal path
bidirectional RRT
- 使用双向RRT(快速搜索随机树)算法进行路径规划(Path planning is performed using a bidirectional RRT (fast search random tree) algorithm)
RRT-master
- rrt算法与一定概率偏向目标点的rrt算法,并对路径进行处理(RRT algorithm and a certain probability bias to the target point of the RRT algorithm, and the path to deal with)
matlab-rrt-variants-master
- rrt算法及其改进算法,包括rrt-connect,rrt-star,rrt-extend算法等(RRT algorithm and its improved algorithm, including rrt-connect, rrt-star, rrt-extend algorithm and so on)
RRT
- 快速搜索随机数算法的实现过程,较为基本的简单的实现了三个不同迭代数量的随机数的产生,效果显著。(The implementation of Rapid-exploration Random Tree number algorithm, the more basic and simple realization of the three different number of iterations of the random number generation, the effect is sig
RRT-maze
- rrt*算法的实现,可以实现路径的规划与修剪(The implementation of rrt* algorithm can realize path planning and pruning)
RRT
- RRT算法避障路径规划,适合初学者,可以看看(RRT algorithm obstacle avoidance path planning, suitable for beginners)
双向RRT
- 平面双向RRT算法,可以有效找到路径,缩短搜索时间(Planar bi-directional RRT algorithm can effectively find the path and shorten the search time)
RRT
- 利用RRT算法在matlab中实现避障并进行可视化(Using RRT algorithm to realize obstacle avoidance and visualization in MATLAB)
RRTs-master
- RRT算法应用于机械臂避障的过程中,具有良好的稳定性(RRT algorithm has good stability in the process of robot arm avoiding obstacles)
MFC RRT算法
- 基于MFC编程,用可视化窗*互信息。实现RRT算法的路径规划问题,可用于演示教学,基于VS同样可用。