Difference between revisions of "Path Planning Systems"

From RoboJackets Wiki
Jump to navigation Jump to search
(Task List: Updated tasks.)
(Books: Sold one of those books.)
Line 44: Line 44:
 
** [[User:JinL|Jin Joo]] has a hard copy.
 
** [[User:JinL|Jin Joo]] has a hard copy.
 
* "Probabilistic Robotics" by Sebastian Thurn, Wolfram Burgard, Dieter Fox
 
* "Probabilistic Robotics" by Sebastian Thurn, Wolfram Burgard, Dieter Fox
** [[User:JeanPierreDLC|JP]] has a hard copy.
 
* "Artificial Intelligence - A Modern Approach" by Peter Russel and Stuart Norvig
 
 
** [[User:JeanPierreDLC|JP]] has a hard copy.
 
** [[User:JeanPierreDLC|JP]] has a hard copy.
  

Revision as of 16:26, 27 January 2008

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, maps, and learning are the main focus points of this group.

Path Planning Systems Architecture

People

Meetings

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

Task List

  • [ ] Path Planning
    • [x] Dijkstra's algorithm
    • [ ] Gradient traversal
      • [x] manhatten distance
      • [x] vector addition
      • [ ] splines
    • [ ] A* algorithm
    • [ ] D* algorithm
  • [ ] Cost Map
    • [x] Sweeping Algorithm
      • [x] implement manhattan distance
      • [x] implement geometric approximation
      • [x] add obstacles
      • [x] add variable start/goal locations
    • [ ] Obstacle Avoidance
      • [ ] using sweeping algorithm
      • [ ] using depth-limited sweep
  • [ ] Implementation
    • [ ] Matlab Prototype
    • [ ] C/C++ Product

Resources

Books

  • "Planning Algorithms" by Steven M. LaValle
  • "Probabilistic Robotics" by Sebastian Thurn, Wolfram Burgard, Dieter Fox
    • JP has a hard copy.

Articles