CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 机器人 路径规划

搜索资源列表

  1. robotpath

    0下载:
  2. 机器人路径规划的实现,使用a算法。对路径规划进行一个仿真,可进行初步学习-The realization of the robot path planning, the use of a algorithm. To a simulation, path planning can be carried out a preliminary study
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2120612
    • 提供者:郑顺凯
  1. MATLAB

    1下载:
  2. 基于蚁群算法的机器人路径规划MATLAB源码 -Ant colony algorithm based robot path planning MATLAB source
  3. 所属分类:assembly language

    • 发布日期:2015-12-29
    • 文件大小:2048
    • 提供者:小玩子
  1. Astar

    0下载:
  2. A星算法,是进行机器人路径规划的一种典型算法,本文件中包含了采用了两种不同的优化标准对A星算法进行讨论,得出最优的一个-A star algorithm is a typical algorithm, which can immplement the path planning of robot.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:24345
    • 提供者:ljw
  1. JQRLJGH

    0下载:
  2. 机器人路径规划 应用遗传算法做的 经过修改后 可以应用在其他的路径规划-path planning GA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2193
    • 提供者:于兴超
  1. robotpathplanning

    1下载:
  2. 一种基于栅格法的移动机器人路径规划问题,可以自行改变障碍物位置坐标。-a robot path planning algorithm based on cell composition, you can change the position of obstacles.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5064
    • 提供者:zcadqe
  1. algorithm

    0下载:
  2. 机器人路径规划,遗传算法实现,程序为自己所有,亲测,没问题-Path planning, genetic algorithm, the program for themselves all, pro-test, no problem
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3727
    • 提供者:白燕
  1. MATLAB_robot_planning

    1下载:
  2. 这是关于机器人路径规划的遗传算法代码.代码简单实用,非常适合初学者学习参考。-This is the code genetic algorithm of robot path planning.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:67705
    • 提供者:菜鸟
  1. Path-Planning_matlab

    2下载:
  2. 在MATLAB环境下基于遗传算法的机器人路径规划代码-Path in the MATLAB environment planning based on genetic algorithm codes
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:3072
    • 提供者:TANG
  1. ant

    0下载:
  2. 遗传算法路径规划仿真,运用遗传算法仿真机器人路径规划问题,属于静态规划-Genetic algorithm path planning simulation, genetic algorithm simulation robot path planning, are still planning
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2137
    • 提供者:李四
  1. robot-routes

    0下载:
  2. 用于解决二维环境下机器人路径规划问题,可以自动设置障碍物,机器人会自动避开障碍物抵达终点。-This is the program to map the route of robots,it has the UI to point the place which the robot can not reach.The robot can avoid that place to reach the final.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:908138
    • 提供者:李寄玮
  1. gridmap

    0下载:
  2. 绘制移动机器人路径规划栅格地图的程序代码-Drawing mobile robot path planning grid map program code
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:32908
    • 提供者:李俊杰
  1. vehicle-routing-aco-master

    0下载:
  2. 这是用蚁群算法实现的机器人路径规划方法,里面有很多代码-this ia an algorithm implemented by ant colony algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:105570
    • 提供者:关泉珍
  1. xunhuansaomiao08

    1下载:
  2. 采用内螺旋算法编写的清洁机器人路径规划程序,将房间抽象为栅格矩阵-Spiral algorithm written using cleaning robot path planning program, the room abstract grid matrix
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:2570
    • 提供者:qudaye
  1. bizhang

    2下载:
  2. 人工势场法进行机器人路径规划,能自己设置障碍物,和避障范围。-Artificial potential field method for robot path planning, obstacles, to set themselves up and obstacle avoidance.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:31276
    • 提供者:赵红
  1. Grid-method

    1下载:
  2. 机器人路径规划中栅格法将地图矩阵(1表示障碍栅格,0表示自由栅格)转化为可用的邻接矩阵-turn the map matrix into adjacency matrix available in the robot path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1168
    • 提供者:张红
  1. Path-Planning-Grid-Method

    0下载:
  2. 文章简要阐述了基于栅格法的移动机器人路径规划算法问题, 并利用C++Buidler 软件开发的仿真平台对该问题进 行了仿真, 仿真结果说明了该算法的有效性和实用性。-This paper briefly describes the programming algorithm problem of mobile robot path based on grid method, and the use of C++ Buidler simulation software development
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:342823
    • 提供者:刘同学
  1. 6043code

    0下载:
  2. 人工鱼群在机器人路径规划中的应用,代码清晰可靠,完全正确,非常实用的资料-Artificial fish robot path planning application, the code clear and reliable, exactly right, very practical information
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3844
    • 提供者:wanglong
  1. yichuan

    0下载:
  2. 关于遗传算法的一些资料,有程序,有论文,关于机器人路径规划- Some information about genetic algorithms, there are procedures, there are papers on the robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5428589
    • 提供者:天蝎蝴蝶
  1. path

    1下载:
  2. 基于MATLAB的足球机器人路径规划的设计和研究-The design of soccer robot path planning based on MATLAB and research
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:344460
    • 提供者:杨亚慧
  1. Robot-Path-field-method-planning

    0下载:
  2. 改进人工势场法的机器人路径规划,可以学习下人工势场的学习-Robot Path improved artificial potential field method planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:318501
    • 提供者:uytrujhghgjh
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 30 »
搜珍网 www.dssz.com