path_planning-master

所属分类:matlab编程
开发工具:matlab
文件大小:35KB
下载次数:84
上传日期:2017-08-01 19:13:25
上 传 者fuzhiqiang
说明:  新型扫地机器人的一种路径规划算法A path planning algorithm for sweeping robot
(A path planning algorithm for sweeping robot)

文件列表:
path_planning-master\Artificial Potential\GradientBasedPlanner.m (2755, 2017-06-05)
path_planning-master\Artificial Potential\PotentialFieldScript.m (2954, 2017-06-05)
path_planning-master\Dijkstra and Astar algorithm\AStarGrid.m (4884, 2017-06-05)
path_planning-master\Dijkstra and Astar algorithm\DijkstraGrid.m (5749, 2017-06-05)
path_planning-master\Dijkstra and Astar algorithm\TestScript1.m (488, 2017-06-05)
path_planning-master\Heuristic function of Euclid- Manhattan and Diagonal distance comparison\AStarGrid.m (5243, 2017-06-05)
path_planning-master\Heuristic function of Euclid- Manhattan and Diagonal distance comparison\TestScript1.m (406, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\AddNode2PRM.m (707, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\appendFV.m (180, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\boxFV.m (127, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\CollisionCheck.m (435, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\DistSixLink.m (222, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\LocalPlannerSixLink.m (465, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\my_linspace.m (188, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\PRM.m (3086, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\PRM.mat (7946, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\RandomSampleSixLink.m (239, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\ShortestPathDijkstra.p (481, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\SixLinkPRMScript.m (1920, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\SixLinkRobot.m (317, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\transformFV.m (205, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots\triangle_intersection.m (4067, 2017-06-05)
path_planning-master\Two link robot path planning\appendFV.m (330, 2017-06-05)
path_planning-master\Two link robot path planning\CollisionCheck.m (444, 2017-06-05)
path_planning-master\Two link robot path planning\DijkstraTorus.m (3516, 2017-06-05)
path_planning-master\Two link robot path planning\transformFV.m (416, 2017-06-05)
path_planning-master\Two link robot path planning\triangle_intersection.m (4067, 2017-06-05)
path_planning-master\Two link robot path planning\TwoLinkCSpace.m (3474, 2017-06-05)
path_planning-master\Two link robot path planning\TwoLinkRobot.m (623, 2017-06-05)
path_planning-master\Artificial Potential (0, 2017-06-05)
path_planning-master\Dijkstra and Astar algorithm (0, 2017-06-05)
path_planning-master\Heuristic function of Euclid- Manhattan and Diagonal distance comparison (0, 2017-06-05)
path_planning-master\PRM Algorithm for Six - Linked Arm Robots (0, 2017-07-29)
path_planning-master\Two link robot path planning (0, 2017-07-29)
... ...

# path_planning The various path planning algorithm.
**DijkstraGrid.m** - This file contains the skeleton code for the Dijkstra planner. It is expected to return the route(path) found, along with the number of nodes expanded by the planner.
**AstarGrid.m** - Similarly this file contains the skeletal implementation of the A* planner. This function is also expected to return the route(path found) and the number of nodes expanded.
**TestScript1.m** - This file invokes the DijkstraGrid.m and AstarGrid.m with some start and goal coordinates. Use this script to test your planners with different configurations of the environment. This file also contains the `map' variable that defines the environment and the obstacles in it. Vary the environments and pose challenging path-planning problems for your planners.

近期下载者

相关文件


收藏者