Difference between revisions of "Path Planning Systems"

From RoboJackets Wiki
Jump to navigation Jump to search
m (Meetings: Monday comes before Tuesday.)
(Task List: Updated tasks.)
Line 1: Line 1:
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.
+
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.
  
 
== People ==
 
== People ==
Line 15: Line 15:
  
 
== Task List ==
 
== Task List ==
* [ ] Research different types of path planning algorithms
+
* [ ] Path planning algorithms
 +
** [ ] Determine (research) relevant algorithms
 +
*** [ ] for autonomous navigation challenge
 +
*** [ ] for GPS waypoint navigation challenge
 
** [ ] Add relevant resources to the "Resources" section.
 
** [ ] Add relevant resources to the "Resources" section.
* [ ] Determine relevant algorithms
+
* [ ] Maps
** [ ] for autonomous navigation challenge
+
** [ ] Determine best type of map
** [ ] for GPS waypoint navigation challenge
 
* [ ] Research control theory
 
** [ ] Optimal switching
 
* [ ] Determine best type of map (representation of environment)
 
 
** [ ] Coordinate with [[Data Filtering Systems]] group
 
** [ ] Coordinate with [[Data Filtering Systems]] group
 +
* [ ]  Machine learning
 +
** [ ] Algorithms for learning
 +
** [ ] Evaluating effectiveness of cost function
 +
* [ ] Simulation
 +
** [ ] Create MATLAB/C++ simulation base for testing
  
 
== Resources ==
 
== Resources ==

Revision as of 17:58, 24 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, maps, and learning are the main focus points of this group.

People

Meetings

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

Task List

  • [ ] Path planning algorithms
    • [ ] Determine (research) relevant algorithms
      • [ ] for autonomous navigation challenge
      • [ ] for GPS waypoint navigation challenge
    • [ ] Add relevant resources to the "Resources" section.
  • [ ] Maps
  • [ ] Machine learning
    • [ ] Algorithms for learning
    • [ ] Evaluating effectiveness of cost function
  • [ ] Simulation
    • [ ] Create MATLAB/C++ simulation base for testing

Resources