Difference between revisions of "Path Planning Systems"

From RoboJackets Wiki
Jump to navigation Jump to search
(Edited ordering.)
(Resources: Updated.)
Line 27: Line 27:
 
== Resources ==
 
== Resources ==
 
* "Planning Algorithms" by Steven M. LaValle
 
* "Planning Algorithms" by Steven M. LaValle
**http://planning.cs.uiuc.edu
+
** http://planning.cs.uiuc.edu
 +
** [[User:JinL|Jin]] has a hard copy.
 +
* "Probabilistic Robotics" by Sebastian Thurn, Wolfram Burgard, Dieter Fox
 +
** [[User:JeanPierreDLC|JP]] has a hard copy.
 
* IEEE Xplore
 
* IEEE Xplore
 
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org
 
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org

Revision as of 15:58, 22 September 2007

The "Path Planning Systems" groups is responsible for find an optimal path through the environment, given a model of the environment from the data (provided by Data Filtering Systems group). This group will be developing the high-level code to control Candii during the autonomous and GPS waypoint navigation challenges--essentially, Candii's AI. Path planning algorithms, optimal switching, and maps are the main focus points of this group.

People

Meetings

  • IGVC Planning Day
    • Tuesday, 6-7pm, Tin Building
  • IGVC Work Day
    • Saturday, 2-6pm, Tin Building
  • Path Planning Meeting (w/ Dr. Vela)
    • Monday, 1pm, Van Leer (VL) E368

Task List

  • [ ] Research different types of path planning algorithms
    • [ ] Add relevant resources to the "Resources" section.
  • [ ] Determine relevant algorithms
    • [ ] for autonomous navigation challenge
    • [ ] for GPS waypoint navigation challenge
  • [ ] Research control theory
    • [ ] Optimal switching
  • [ ] Determine best type of map (representation of environment)

Resources