Alice: Path Planning: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{cds270-2 header}} <!-- Generates the header, including table of contents and link back to main page --> | {{cds270-2 header}} <!-- Generates the header, including table of contents and link back to main page --> | ||
Vehicle navigation through unstructured and previously unknown terrain is a challenging problem in autonomous robotics. This lecture describes the vehicle navigation algorithm used for Alice, Caltech's entry in the 2005 DARPA Grand Challenge. An optimization problem is continually solved to find a time-optimal, dynamically feasible trajectory from the vehicle’s position to some receding horizon ahead (20m-70m forward). The optimization is performed in two stages, one seeding the other. First, a rough, globally optimal spatial path is found by evaluating sets of piecewise linear curves through the map. Then the locally optimal nonlinear optimizer is run, optimizing both the spatial and temporal components of the trajectory simultaneously. | |||
== Lecture Materials == | == Lecture Materials == | ||
* [[Media:L3-3_planner.pdf|Lecture: Alice Path Planning]] | |||
== Reading == | == Reading == | ||
< | * <p>[http://www.cds.caltech.edu/~dkogan/plannerpaper.pdf Realtime Path Planning Via Nonlinear Optimization Methods], Dmitriy Kogan and Richard Murray. To be submitted, ''IEEE T. Robotics'', 2006. This paper describes Alice's path planner in a fair bit of detail, including the latest results of the optimizations that were performed and data taken from the grand challenge events.</p> | ||
* <p>[http://grandchallenge.caltech.edu/wiki/images/b/b3/Thesis.pdf Realtime Path Planning Via Nonlinear Optimization Methods], Dmitriy Kogan. MS Thesis, 2005. This thesis describes most of the internals of the path planning algorithm. It was written before some of the final tuning was performed on Alice (during summer of 2005).</p> | |||
== Additional Resources == | == Additional Resources == | ||
<!-- Links to additional information. If there are good sources of additional information for students interested in exploring this topic further, these should go at the bottom of the page. --> | <!-- Links to additional information. If there are good sources of additional information for students interested in exploring this topic further, these should go at the bottom of the page. --> |
Latest revision as of 06:02, 14 April 2006
Prev: RHC | Course Home | Next: Kalman Filtering |
Vehicle navigation through unstructured and previously unknown terrain is a challenging problem in autonomous robotics. This lecture describes the vehicle navigation algorithm used for Alice, Caltech's entry in the 2005 DARPA Grand Challenge. An optimization problem is continually solved to find a time-optimal, dynamically feasible trajectory from the vehicle’s position to some receding horizon ahead (20m-70m forward). The optimization is performed in two stages, one seeding the other. First, a rough, globally optimal spatial path is found by evaluating sets of piecewise linear curves through the map. Then the locally optimal nonlinear optimizer is run, optimizing both the spatial and temporal components of the trajectory simultaneously.
Lecture Materials
Reading
Realtime Path Planning Via Nonlinear Optimization Methods, Dmitriy Kogan and Richard Murray. To be submitted, IEEE T. Robotics, 2006. This paper describes Alice's path planner in a fair bit of detail, including the latest results of the optimizations that were performed and data taken from the grand challenge events.
Realtime Path Planning Via Nonlinear Optimization Methods, Dmitriy Kogan. MS Thesis, 2005. This thesis describes most of the internals of the path planning algorithm. It was written before some of the final tuning was performed on Alice (during summer of 2005).