搜索资源列表
APFcode
- 机器人路径规划中局部路径规划常用的人工势场法,在matlab仿真的原代码-robot path planning local path planning commonly used artificial potential field in Matlab simulation of the original code
MRpathPlanning-0
- 一个关于在VC下进行智能移动机器人路径规划与控制的仿真环境建立方法。
Robotswarm
- 用差分方法,进行机器人路径规划仿真的程序-Robot swarm simulation in discrete time. Builds on simulation of robot path planning problem for obstacle avoidance problem
rengong
- 基于人工力场的移动机器人路径规划研究的MATLAB软件仿真-Based on the artificial field of mobile robot path planning study of the MATLAB software simulation
robot
- 一个基于人工势场的机器人路径规划的仿真程序源码,可以自行修改阈值。-An artificial potential field based robot path planning simulation program source code, you can modify thresholds.
Geneticalgorithmpathplanningsimulationprogram
- 遗传算法路径规划仿真,运用遗传算法仿真机器人路径规划问题,属于静态规划-Genetic algorithm path planning simulation, using genetic algorithms simulation robot path planning problem, belongs to the static planning
PathPlanningforMobileRobotsBasedontheNeuralNetwork
- :针对移动机器人传统路径规划算法效率不高,寻优能力差等问题,提出一种基 于神经网络和粒子群优化算法相结合的移动机器人路径规划方法.该方法利用神经网 络实现大量的并行和分布计算,发挥PSO简单、容易实现的优点,提高了路径规划的计 算效率和可靠性.仿真结果表明,这种新路径规划方法是可行且有效的.-The quality and eficiency of calculation is the two puzzling problems in the tradi— tional algo
UnknownEnvironmentBasedonFuzzyNeural
- :为提高移动机器人在未知环境下避障行为的成功率,通过对障碍物信息的输人,从控制输出数据中找出避 障行为模式,生成相应的模糊逻辑控制规则,并把模糊控制算法引入到神经网络中,使得模糊控制器规则的在线精 度和神经网络的学习速度均有较大的提高,使移动机器人具有较为迅速的反应能力,实现机器人连续、快速地避障 并最终到达目标.系统仿真证明了模糊神经网络在移动机器人路径选择中的智能性.-To enable the mobile robot in unknown environment obstac
EKF-SLAM-Simulator
- 本程序包设计了一个利用Matlab编写的基于EKF的SLAM仿真器,可用于机器人的路径规划的仿真实验设计。-This package designed a written Matlab, the SLAM EKF-based simulator can be used for robot path planning simulation design.
Robot-program
- 《机器人控制系统的设计与MATLAB仿真》一书所有的matlab仿真程序。本书系统地介绍了机器人控制的几种先进设计方法,是作者多年来从事机器人控制系统教学和科研工作的结晶,同时融入了国内外同行近年来所取得的最新成果。全书以机器人为对象,共分10章,包括先进PID控制、神经网络自适应控制、模糊自适应控制、迭代学习控制、反演控制、滑膜控制、自适应鲁棒控制、系统辨识和路径规划。-" Robot Control System Design and MATLAB simulation,"
Robot--obstacle-avoidance-problem
- Swarm仿真机器人在离散的时间。建立在机器人路径规划问题的仿真避障问题。-Robot swarm simulation in discrete time. Builds on simulation of robot path planning problem for obstacle avoidance problem.
pathplanning
- 用matlab仿真实现单机器人的路径规划,比较简单易懂,对初学者的一个很好的资料-single robot path plan,which is a good material for a learing person
A-algorithm-robot-path
- 用于已知栅格环境下机器人路径规划的Astar算法源码,像知道的可以来看看一看 ,对于像用matlab来仿真算法的有所帮助-Known for grid environment of the path planning algorithm Astar source, like know can come to see a see, for as by matlab simulation algorithm to the help
LS_BehaviorDynamicRobotSimu
- 自己研发的一个循序渐进的基于行为动力学的机器人路径规划仿真程序,共8个版本,从机器人形状建立到基于行为动力学的路径规划完成。可修改地图、机器人速度等功能。-Developed a progressive own behavior-based robot path planning dynamics simulation program, a total of eight versions of the shape to establish a path from the robot dynami
清洁机器人路径规划matlab仿真程序
- 清洁机器人内螺旋算法仿真matlab程序,采用内螺旋算法全覆盖算法(Internal helix algorithm simulation)
栅格地图与Astart路径规划
- 使用A*算法建立了机器人路径规划模型,可自由添加多个机器人进行协同仿真。函数为单独编写,备注清晰,可很好观察A*的规划效果!
A 算法的机器人路径规划代码
- 可以用于移动机器人的轨迹规划研究,仿真,这是MATLAB代码(It can be used for trajectory planning of mobile robot)
清洁机器人路径规划
- 清洁机器人路径规划matlab仿真程序,采用内螺旋算法,房间抽象为矩阵(Matlab simulation program for cleaning robot path planning, using internal spiral algorithm, room abstraction as matrix)
多机器人编队控制
- 针对多机器人编队控稍中的队形形成问题进行研究。利用控制算法中的人工势场法解决多机器人队形形成问题,结构简单、易于计算,方便对多机器人实时控制。首先,针对多机器人的队形位置用目标点搜索算法,寻找到正确的队形位置点,防止多机器人在空间内绕路,减少编队时间;然后,通过人工势场算法规划各机器人的路径,在机器人行进过程中,利用优先级蔽障方法避免与其他机器人碰撞;最后,对多机器人的队形形成进行仿真,实验证明队形形成的有效性,算法简单易于实现。(The formation of formation in fo
路径规划
- D Star算法,Matlab实现,主要解决移动机器人路径规划Matlab环境下仿真