搜索资源列表
GridSimulation
- matlab实现机器人基于栅格法的路径规划,路径规划的实用例程-Matlab achieve raster-based robot path planning method, path planning practical routines
robottt
- 通过栅格法来实现的机器人路径规划,是一个比较有用的程序
用MATLAB 实现的机器人在平面上的路径规划,实用栅格法处理环境和障碍物
- 用MATLAB 实现的机器人在平面上的路径规划,实用栅格法处理环境和障碍物
简单栅格法路径规划
- 简单栅格法路径规划导航
529550RobotRoute
- 栅格环境下用遗传算法实现对路径的规划,c++6.0编写-Grid environment using genetic algorithm for path planning
SimpleView
- 单一机器人最优路径规划中的栅格地图构建以及障碍设定-Single robot optimal path planning and obstacle to building a grid map to set
An-Improved-A--Star-Algorithm
- (被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
Segmentation_Astar
- 这是一个基于A*算法的路径规划程序,利用栅格法构建了房间地图,然后通过A*算法规划出一条从出发点到目标点的最短路径。-This is based on A* algorithm path planning process, build the room use map grid method, and then through the A* algorithm plan a starting point the shortest path to the target point.
gapp
- 路径规划,基于一种遗传算法的路径规划方法,利用栅格法,成功实现了避障路径规划。(Path planning, a method of path planning based on genetic algorithm and grid method, has successfully realized obstacle avoidance.)
静态路径规划
- 建立二维栅格地图并根据基本蚁群算法进行全局路径规划(Two dimensional grid map is established and global path planning is carried out according to basic ant colony algorithm)