Difference between revisions of "Path Planning Systems"

From RoboJackets Wiki
Jump to navigation Jump to search
(Added Wiki links.)
(Resources: Added additional resource.)
Line 16: Line 16:
 
* 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
 +
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.
 +
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf

Revision as of 16:28, 18 September 2007

The purpose of the "Path Planning Systems" is to 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.

Task List

  • [ ] Research different types of path planning algorithms
  • [ ] 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