CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Robot Path planning

搜索资源列表

  1. Desktop

    1下载:
  2. 移动机器人自主避障系统的设计方法多种多样,其中基于模糊控制的机器人避障系统主要是利用模糊逻辑控制器对机器人周围环境信息进行分析和判断,并规划出一条到达目标点的无碰撞路径。该方法有着占用资源小,反应迅速,并能应对相对复杂的外部环境。本文主要以基于模糊控制原理对移动机器人避障路径规划所作的相关研究为主要内容。(There are many ways on autonomous mobile robot obstacle avoidance system designing, which bas
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:749568
    • 提供者:zallen
  1. 基于人工势场法的移动机器人路径规划MAtlab程序

    2下载:
  2. 人工势场法,机器人路径规划,实现避障,亲测有效(Artificial potential field method, robot path planning, realization of obstacle avoidance)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:8192
    • 提供者:hchen1989
  1. Astar

    0下载:
  2. A*机器人路径规划MATLAB代码。A*是一种启发式搜索方法,广泛应用在路径规划方面。(A* robot path planning code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:zhazhao
  1. 蚁群算法智能优化

    3下载:
  2. 基于改进蚁群算法的机器人路径规划 包括路径规划、路径优化等等(Robot path planning based on improved ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:224256
    • 提供者:ltblalal
  1. GA

    0下载:
  2. This code solves robot path planning using pso.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:183296
    • 提供者:viktrose
  1. potential

    0下载:
  2. This algorithm solves the robot path planning using potential field.
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:248832
    • 提供者:viktrose
  1. 空间机器人动力学正逆解及遗传算法路径规划

    5下载:
  2. 1.求解机器人的正逆解 2.采用遗传算法对机器人进行路径规划(1. positive and inverse solutions for solving robot 2. genetic algorithm for robot path planning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-10
    • 文件大小:12288
    • 提供者:Mrone123
  1. shangge

    0下载:
  2. 用matlab做出栅格障碍物图,用于机器人路径规划(Using MATLAB to make a grid barrier map for robot path planning)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:13312
    • 提供者:green1126
  1. 5机器人路径规划

    1下载:
  2. 做机器人路径规划或者避障的同学,该文档有很高的参考性。(The document has a high reference to the students who do robot path planning or obstacle avoidance.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:24340480
    • 提供者:Lily94
  1. 栅格法路径规划

    4下载:
  2. 栅格法,机器人路径规划完整程序,用的是MATLAB语言。(This is a complete procedure for robot path planning, using a traditional grid algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:三明治
  1. 双蚁群路径规划

    1下载:
  2. 这是双蚁群机器人路径规划算法,很好的解决了蚁群算法收敛慢的缺点,C++语言(This is a dual ant colony robot path planning algorithm that solves the shortcomings of the slow convergence of the ant colony algorithm and uses the C++ language.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:240640
    • 提供者:三明治
  1. qijirenlujingguihua

    0下载:
  2. 基于dijkstra算法的机器人路径规划及障碍检测(Robot path planning and obstacle detection based on Dijkstra algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:chuxy
  1. matlab遗传算法程序

    0下载:
  2. 基于遗传算法的机器人路径规划MATLAB源代码,通过避障并寻找最优路径。(The MATLAB source code of robot path planning based on genetic algorithm is adopted to avoid obstacles and find the optimal path.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:55296
    • 提供者:困惑&小h
  1. 无人机ant-algorithim

    2下载:
  2. 内容其实就是蚁群算法的路径规划,是三维的,比较粗糙,可以借鉴(The wrong name is actually robot path planning.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:23552
    • 提供者:pandakill
  1. GAforPathPlaning

    3下载:
  2. 采用栅格对机器人的工作空间进行划分,再利用优化算法对机器人路径优化,是采用智能算法求最优路径的一个经典问题。目前,采用蚁群算法在栅格地图上进行路径优化取得比较好的效果,而利用遗传算法在栅格地图上进行路径优化在算法显得更加难以实现。 利用遗传算法处理栅格地图的机器人路径规划的难点主要包括:1保证路径不间断,2保证路径不穿过障碍。 用遗传算法解决优化问题时的步骤是固定的,就是种群初始化,选择,交叉,变异,适应度计算这样,那么下面我就说一下遗传算法求栅格地图中机器人路径规划在每个步骤的问题
  3. 所属分类:matlab例程

    • 发布日期:2019-06-05
    • 文件大小:5120
    • 提供者:adkuhd8wy
  1. MATLAB——遗传算法路径规划

    0下载:
  2. 基于遗传算法求机器人路径规划,使用了遗传算法,对移动机器人的应用(Robot Path Planning Based on Genetic Algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-25
    • 文件大小:1024
    • 提供者:向远行
  1. 机器人路径规划,自动实现机器人路径规划选择

    1下载:
  2. 对于机器人地路径规划,VC++完美地解决了模拟地问题,方便研究(For robot path planning, VC++ perfectly solves the problem of simulation and facilitates research.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-09-09
    • 文件大小:2076672
    • 提供者:A海
  1. 基于蚁群算法的机器人路径规划MATLAB源码收藏

    2下载:
  2. 基于蚁群算法的机器人路径规划MATLAB源码,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Robot path planning MATLAB source code based on ant colony algorithm, using grid discretization method to model the environment with obstacles, using adjacency matrix to stor
  3. 所属分类:文章/文档

    • 发布日期:2019-08-10
    • 文件大小:5120
    • 提供者:suitdog
  1. PSO_pathplanning

    1下载:
  2. 以PSO与三次样条插值结合的移动机器人路径规划算法,主函数为pso.m(Mobile robot path planning algorithm combining PSO and cubic spline interpolation, the main function is pso.m)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-30
    • 文件大小:16384
    • 提供者:深井冰01
  1. 粒子群算法求解机器人路径规划

    8下载:
  2. 单机器人路径规划仿真,基于栅格地图模型,采用粒子群算法进行路径规划。(Single robot path planning simulation, based on grid map model, using particle swarm algorithm for path planning)
  3. 所属分类:Windows编程

    • 发布日期:2020-05-27
    • 文件大小:129024
    • 提供者:yuwen121212
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 26 »
搜珍网 www.dssz.com