CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Robot Path planning

搜索资源列表

  1. robot

    0下载:
  2. 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1812
    • 提供者:biaoshi
  1. AStar

    0下载:
  2. 用于避障的A星算法,适用于机器人的轨迹规划-A star for Obstacle Avoidance Algorithm for Robot Path Planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:317549
    • 提供者:娓娓
  1. paper

    0下载:
  2. 在springer上下来的,关于机器人路径规划RRT方法的,比较实用。-down load from the springer egine ,about the robot path planning with RRT method , applicable。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6263061
    • 提供者:温乃峰
  1. lujingguihua

    0下载:
  2. 下面的程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划-The following program is the shortest in the ant colony algorithm in the application of a little extension can be applied to robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:33458
    • 提供者:黎田
  1. EKF-SLAM-Simulator

    2下载:
  2. 本程序包设计了一个利用Matlab编写的基于EKF的SLAM仿真器,可用于机器人的路径规划的仿真实验设计。-This package designed a written Matlab, the SLAM EKF-based simulator can be used for robot path planning simulation design.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:745826
    • 提供者:
  1. yiqunsuanfa

    0下载:
  2. 用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。-Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5140
    • 提供者:丁彪
  1. TrajectoryPlanning

    1下载:
  2. 航迹规划的相关资料,飞行器、机器人航迹规划方向-Track planning information, aircraft, the direction of the robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:122901
    • 提供者:zhaolingling
  1. 完整的多机器人路径规划程序

    6下载:
  2. 一个完整的多机器人路径规划程序,几代研究生都在用-A complete multi-robot path planning process, several generations of graduate students are using
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-26
    • 文件大小:3855415
    • 提供者:万科
  1. 123

    0下载:
  2. 利用VC构建机器人路径规划的模拟环境,并且利用A*算法完成机器人的全局路径规划-Using VC construct robot path planning and the simulation environment, using A* algorithm the robot global path planning finish
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4392800
    • 提供者:jiaoxiaomeng
  1. bp

    2下载:
  2. 将遗传算法的改进协同进化遗传算法应用于机器人路径的规划中-Improved genetic algorithm co-evolution genetic algorithm in robot path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1231
    • 提供者:liujinying
  1. 1

    0下载:
  2. 复杂未知环境下机器人路径规划算法研究,复杂未知环境下机器人路径规划算法研究-Complex unknown environment for robot path planning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4572630
    • 提供者:jack
  1. bizhang

    0下载:
  2. 对机器人的路径进行规划,实现了机器人的避障运动-Robot path planning, obstacle avoidance robot to achieve movement
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2831
    • 提供者:汪鑫
  1. pathplanning.nh

    0下载:
  2. 迷宫机器人路径规划算法研究,详细讲解各种算法的论文-Maze robot path planning algorithm gave a detailed study of various algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3847369
    • 提供者:周科
  1. pathplanning

    0下载:
  2. 基于路径规划的迷宫移动机器人。软件分为三个层次来完成不同的功能,并应用了遇到路口"左转优先"的简 单优化决策法则。开发的成果为优化、快捷走出更为复杂的路径规划的迷宫提供了可行的方法。 -Maze-based mobile robot path planning. Software is divided into three levels to perform different functions, and the application of experience crossing &
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:78598
    • 提供者:周科
  1. pathplann-algorithm

    4下载:
  2. 基于改进的蚁群算法的机器人路径规划及壁障 能找寻最有路径-Improved ant colony algorithm based on robot path planning and barrier to finding the best path
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:4157
    • 提供者:白杨
  1. RoPPlaH-v1.1

    0下载:
  2. PSO robot path planning, take consideration of the capabilities of the robot, grid based, 2D, intelligent, real-time fast
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:327349
    • 提供者:zeng
  1. standard_pso_2007

    0下载:
  2. toolboxfastmarching2011 robot path planning, take consideration of the capabilities of the robot, grid based, 2D, intelligent, real-time fast
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:19120
    • 提供者:zeng
  1. RobotView

    0下载:
  2. 实现机器人路径规划,内有详细代码和使用说明,由visual c++编写-robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2185953
    • 提供者:玛丽
  1. ant-MATLAB-code

    0下载:
  2. 与蚁群算法相关的MATLAB源码,主要解决路径规划、最大值、TSP问题-Associated with the ant colony algorithm MATLAB source code, mainly to solve the TSP problem, the maximum robot path planning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1687493
    • 提供者:zhang
  1. dfd

    0下载:
  2. 未知环境下基于三次螺线Bug算法的移动机器人路径规划.-Unknown environment based on three spiral Bug mobile robot path planning algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:865480
    • 提供者:acbreg
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com