No BSD License
-
backward_chain(w,tr,tc,la)
%Backward chain from goal of given world to find the initial states that
-
calc_pot_values(w)
%calculate potential values for non obstacle and foal locations in given world
-
extend_world(rows,cols,obs,go...
%extends the world to the given look-ahead
-
find_good_la(rows,cols,obs,go...
%find a good look-ahead value to use
-
forward_chain(rows,cols,obs,g...
%forward chain to find shallowest goal
-
gen_curves(rows,cols,density)
%generate potential value curves
-
gen_random_obs(rows,cols,dens...
%Generated set of random obstacles to use to create random worlds
-
gen_random_world(rows,cols,ob...
%generate random world in three dimensions
-
planner(rows,cols,obs,start,g...
% path planner simulator
-
show_path(world,path)
-
traverse_world(start,pot)
% traverse world
-
View all files
Temporal Potential Function based Path Planner for Dynamic Environments
by Vamsikrishna Gopikrishna
08 Dec 2008
Simulates the Temporal Potential Function approach for Path Planning in Dynamic Environments
|
Watch this File
|
| File Information |
| Description |
A Dynamic environment is one in which either the obstacles or the goal or both are in motion. In most of the current research, robots attempting to navigate in dynamic environments use reactive systems. Although reactive systems have the advantage of fast execution and low overheads, the tradeoff is in performance in terms of the path optimality. Often, the robot ends up tracking the goal, thus following the path taken by the goal, and deviates from this strategy only to avoid a collision with an obstacle it may encounter. In a path planner, the path from the start to the goal is calculated before the robot sets off. This path has to be recalculated if the goal or the obstacles change positions. In the case of a dynamic environment this happens often. One method to compensate for this is to take the velocity of the goal and obstacles into account when planning the path. So instead of following the goal, the robot can estimate where the best position to reach the goal is and plan a path to that location. In this package, we simulate a such a method for path planning in dynamic environments. The method uses a potential function approach that considers time as a variable when calculating the potential value. This potential value for a particular location and time indicates the probability that a robot will collide with an obstacle, assuming that the robot executes a random walk from that location and that time onwards. The robot plans a path by extrapolating the object’s motion using current velocities and by calculating the potential values up to a look-ahead limit that is determined by calculating the minimum path length using connectivity evaluation and then determining the utility of expanding the look-ahead limit beyond the minimum path length. The method is fast, so the path can be re-planned with very little overhead if the initial conditions change at execution time. |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com