搜索资源列表
GAljgh
- 基于遗传算法的移动机器人路径规划研究,该论文在分析了目前各种路径规划方法优缺点的基础上,选择遗传算法来解决静态和动态环境下移动机器人的路径规划问题。
matlab_path_planning.rar
- 利用人工势场法进行移动机器人的路径规划的matlab程序。包含具体的讲解。,The use of artificial potential field method for mobile robot path planning matlab procedures. Contains specific explanation.
aca_path.rar
- 利用蚂蚁算法求解最短路径问题,稍作修改既可以用于移动机器人路径规划当中。,Ants use the shortest path algorithm to solve the problem, with some slight modifications can be used in mobile robot path planning among them.
shichangfa
- MATLAB人工势场法算法源代码 可以用于移动机器人路径规划上面-MATLAB artificial potential field algorithm source code can be used for Mobile Robot Path Planning above
yiqunsuanfa
- 用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。-Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.
pathplanning
- 这是将生物地理学优化算法用于移动机器人路径规划中的matlab程序 还包含几个子程序 大家可以-This is the biogeography optimization algorithm for mobile robot path planning matlab program also contains several subroutines we can see
ACOrout
- 移动机器人路径规划是机器人学的一个重要研究领域。它要求机器人依据某个或某些优化原则(如最小能量消耗,最短行走路线,最短行走时间等),在其工作空间中找到一条从起始状态到目标状态的能避开障碍物的最优路径,本代码应用蚁群算法来解决这个问题!-Mobile robot path planning is an important research field of robotics. It requires one or some of the robot based on the principle o
Path-Planning
- 基于人工势场法的移动机器人路径规划,亲测可以运行出结果-Mobile Robot Path Planning based on the artificial potential field method
GA_Path_Planning
- 使用遗传算法(genetic algorithm)进行路径规划,得出移动机器人的最优运动路径,,欢迎大家下载,并互相交流,共同学习,共同进步-path planning based genetic algorithm(GA) can get the optimal path of mobile robot
robotpathplanning
- 一种基于栅格法的移动机器人路径规划问题,可以自行改变障碍物位置坐标。-a robot path planning algorithm based on cell composition, you can change the position of obstacles.
gridmap
- 绘制移动机器人路径规划栅格地图的程序代码-Drawing mobile robot path planning grid map program code
potential_india
- A星算法,是移动机器人的基本算法,也是基本的路径规划算法(A Star algorithm, A version of the robot of algorithm is the basic path planning algorithm))
Dijkstra graphshortestpath floyd
- 移动机器人的最优路径规划 Dijkstra 算法程序代码 路径规划程序(path planning Optimal path planning of mobile robot Dijkstra algorithm code path planning program)
模糊控制用于机器人避障
- 智能小车是移动机器人的一种,可通过计算机编程来实现其对行驶方向、启停以及速度的控制。要想让智能小车在行驶过程中能成功地避开障碍物,必须对其进行路径规划?,路径规划的任务是为小车规划一条从起始点到目标点的无碰路径。路径规划方法有:BP人工神经网络法(Back Propagation)、机器学习(Reinforcement Learning)、以及模糊控制(Fuzzy Control)方法等。模糊技术具有人类智能的模糊性和推理能力,在路径规划中,模糊推理的应用主要体现在基于行为的导航方式上,即将机器
New Folder
- 在平面内,由出发点向目标点移动,并进行避障(路径规划)(In the plane,moving from the starting point to the target point and avoiding obstacles.(path planning))
MATLAB——遗传算法路径规划
- 基于遗传算法求机器人路径规划,使用了遗传算法,对移动机器人的应用(Robot Path Planning Based on Genetic Algorithms)
PSO_pathplanning
- 以PSO与三次样条插值结合的移动机器人路径规划算法,主函数为pso.m(Mobile robot path planning algorithm combining PSO and cubic spline interpolation, the main function is pso.m)
rrt_star_2D3D
- rrt算法在2维和3维环境的规划,均为matlab代码,可用于无人驾驶汽车和移动机器人路径规划(The codes of RRT algorithm in 2 and 3 dimensional environments are matlab codes, which can be used for the path planning of driverless cars and mobile robots)
intelligent_warehousing
- 模拟智能仓储机器人移动,有效进行路径规划避碰(simulation of intelligent warehousing robot)
路径规划
- D Star算法,Matlab实现,主要解决移动机器人路径规划Matlab环境下仿真