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

搜索资源列表

  1. RobotView

    0下载:
  2. VC++游戏——会沿路径行走的机器人,路径当然是你规划出来的,如果你固有的那就没意思了。程序源码在VC6编译通过,要想让机器人沿着路径走,你还需要做些前奏工作,比如规划路径、设置路障等,会玩了也挺有意思的。 -VC++ game- will be walking along the path of the robot, path planning out your course, if you would inherently senseless. Program source code i
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:54243
    • 提供者:天晴
  1. thesis_bennewitz

    0下载:
  2. 汉堡大学的博士论文,讲解如何利用人的运动模式规划机器人的运动路径,非常好-Doctoral dissertation, University of Hamburg, to explain how the movement patterns of people movement of the robot path planning, very good
  3. 所属分类:Document

    • 发布日期:2017-05-19
    • 文件大小:5559662
    • 提供者:梁志伟
  1. gafap

    0下载:
  2. 机器人的路径算法(人工智能§自动规划§用于模拟机器人规划的模拟软件 [zhangzhiguang2.rar] - 用势场法的原理实现的vc搜索最短路径程序,改进后的势场法,实用。 -机器人的路径算法(
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:156765
    • 提供者:wanchao
  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. bizhang

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

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

    0下载:
  2. 用蚂群算法实现机器人最短路径的规划,实现语言为matlab-Ant swarm robot with the shortest path planning, implementation language for the matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:34029
    • 提供者:mali
  1. matlab

    0下载:
  2. 蚁群优化,寻找最短路径,也可用于机器人规划-Ant colony optimization to find the shortest path can also be used for robot planning
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:9562
    • 提供者:周景
  1. kelong

    0下载:
  2. 遗传免疫算法的最短路径求取,用matlab语言实现,可对机器人的路径进行规划。-The shortest path to strike a genetic immune algorithm, using matlab language, can robot path planning.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:12265
    • 提供者:allen
  1. bafangxiang

    0下载:
  2. 使用栅格法通过蚁群算法规划机器人全局路径-By using the grid method of ant colony algorithm robot global path planning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4267
    • 提供者:ls
  1. kelong

    2下载:
  2. 遗传免疫算法的最短路径求取,用matlab语言实现,可对机器人的路径进行规划-The shortest path to strike a genetic immune algorithm, using matlab language, can robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:12447
    • 提供者:zhchwl
  1. potential

    0下载:
  2. 利用人工势场法对机器人进行路径规划,能够有效避开障碍物(The artificial potential field method is used to plan the path of the robot, which can effectively avoid the obstacles)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:幸福熊猫
  1. MCU_64

    0下载:
  2. 检测磁条,用于规划路径等,适用在机器人导航等功能中(check meg. using in the negative of roboter runing in the fact)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:64512
    • 提供者:lining2004
  1. GA_for_Multi-Goal

    1下载:
  2. 通过遗传算法,在栅格环境下完成多机器人的路径规划(Through genetic algorithm, path planning of multiple robots is completed in raster environment.)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-13
    • 文件大小:10240
    • 提供者:dhr236521
  1. 人工势场法

    2下载:
  2. 它的基本思想是将机器人在周围环境中的运动,设计成一种抽象的人造引力场中的运动,目标点对移动机器人产生“引力”,障碍物对移动机器人产生“斥力”,最后通过求合力来控制移动机器人的运动。应用势场法规划出来的路径一般是比较平滑并且安全,但是这种方法存在局部最优点问题。
  3. 所属分类:matlab例程

  1. MultiRobot_System-master

    1下载:
  2. 使用phthon编程算法多机器人或多智能体的路径规划(algorithm for path planning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-06-10
    • 文件大小:6144
    • 提供者:Acacius
  1. src

    2下载:
  2. ros机器人控制小车程序,slam建图,路径规划,自主导航,继承摄像头,雷达,惯导驱动(ROS robot control car program, slam mapping, path planning, autonomous navigation, inherited camera, radar, inertial navigation drive)
  3. 所属分类:其他

    • 发布日期:2020-06-26
    • 文件大小:10067968
    • 提供者:xtphp
  1. 程序1

    0下载:
  2. 针对移动机器人在海水环境中的三维路径规划问题容易陷入局部最优和收敛慢等瑕疵,根据三维环境全局信息来改进蚁群算法以提高实时性和收敛速度(the ant colony algorithm is improved according to the global information of 3D environment to improve the real-time performance and convergence speed)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-01
    • 文件大小:3072
    • 提供者:林小云
  1. 人工势场算法

    0下载:
  2. 人工势场法是局部路径规划的一种比较常用的方法。这种方法假设机器人在一种虚拟力场下运动。
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 ... 25 26 27 28 29 30»
搜珍网 www.dssz.com