<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.robojackets.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JeanPierreDLC</id>
	<title>RoboJackets Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.robojackets.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JeanPierreDLC"/>
	<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/Special:Contributions/JeanPierreDLC"/>
	<updated>2026-04-05T21:12:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=7647</id>
		<title>User:JeanPierreDLC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=7647"/>
		<updated>2009-01-20T21:02:41Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: No longer true.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:JeanPierre.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
'''Name:''' Jean-Pierre de la Croix&lt;br /&gt;
&lt;br /&gt;
'''E-mail:''' [mailto:gtg440y@mail.gatech.edu gtg440y@mail.gatech.edu]&lt;br /&gt;
&lt;br /&gt;
'''Phone:''' 678-458-3992 (Cell)&lt;br /&gt;
&lt;br /&gt;
'''Positions:'''&lt;br /&gt;
** [[IGVC]], [[Path Planning Systems]] Lead&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6163</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6163"/>
		<updated>2008-01-27T22:28:27Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* TODO List */ Added Splines as task.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* [ ] Week of January 28, 2008&lt;br /&gt;
** [ ] MATLAB&lt;br /&gt;
*** [ ] Vectorization&lt;br /&gt;
*** [ ] Splines&lt;br /&gt;
** [ ] C&lt;br /&gt;
*** [ ] Matrices/Vectors&lt;br /&gt;
**** [ ] MTL http://osl.iu.edu/research/mtl/&lt;br /&gt;
**** [ ] Meschach http://www.math.uiowa.edu/~dstewart/meschach/&lt;br /&gt;
**** [ ] FLENS http://flens.sourceforge.net/&lt;br /&gt;
*** [ ] Data Structures&lt;br /&gt;
**** [ ] Stack&lt;br /&gt;
**** [ ] Occupancy Grid&lt;br /&gt;
***** [ ] Grid Point&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
*** [x] manhatten distance&lt;br /&gt;
*** [x] vector addition&lt;br /&gt;
*** [ ] splines&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [x] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [x] add variable start/goal locations&lt;br /&gt;
** [ ] Obstacle Avoidance&lt;br /&gt;
*** [ ] using sweeping algorithm&lt;br /&gt;
*** [ ] using depth-limited sweep&lt;br /&gt;
* [ ] Implementation&lt;br /&gt;
** [ ] Matlab Prototype&lt;br /&gt;
** [ ] C/C++ Product&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6162</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6162"/>
		<updated>2008-01-27T21:49:30Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* TODO List */ Reorganized TODO list.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* [ ] Week of January 28, 2008&lt;br /&gt;
** [ ] MATLAB&lt;br /&gt;
*** [ ] Vectorization&lt;br /&gt;
** [ ] C&lt;br /&gt;
*** [ ] Matrices/Vectors&lt;br /&gt;
**** [ ] MTL http://osl.iu.edu/research/mtl/&lt;br /&gt;
**** [ ] Meschach http://www.math.uiowa.edu/~dstewart/meschach/&lt;br /&gt;
**** [ ] FLENS http://flens.sourceforge.net/&lt;br /&gt;
*** [ ] Data Structures&lt;br /&gt;
**** [ ] Stack&lt;br /&gt;
**** [ ] Occupancy Grid&lt;br /&gt;
***** [ ] Grid Point&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
*** [x] manhatten distance&lt;br /&gt;
*** [x] vector addition&lt;br /&gt;
*** [ ] splines&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [x] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [x] add variable start/goal locations&lt;br /&gt;
** [ ] Obstacle Avoidance&lt;br /&gt;
*** [ ] using sweeping algorithm&lt;br /&gt;
*** [ ] using depth-limited sweep&lt;br /&gt;
* [ ] Implementation&lt;br /&gt;
** [ ] Matlab Prototype&lt;br /&gt;
** [ ] C/C++ Product&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6161</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6161"/>
		<updated>2008-01-27T21:37:55Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added (weekly) TODO list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== TODO List ==&lt;br /&gt;
&lt;br /&gt;
* [ ] Week of January 28, 2008&lt;br /&gt;
** [ ] MATLAB&lt;br /&gt;
*** [ ] Vectorization&lt;br /&gt;
** [ ] C&lt;br /&gt;
*** [ ] Matrices/Vectors&lt;br /&gt;
*** [ ] Queues&lt;br /&gt;
*** [ ] Occupancy Grid&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
*** [x] manhatten distance&lt;br /&gt;
*** [x] vector addition&lt;br /&gt;
*** [ ] splines&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [x] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [x] add variable start/goal locations&lt;br /&gt;
** [ ] Obstacle Avoidance&lt;br /&gt;
*** [ ] using sweeping algorithm&lt;br /&gt;
*** [ ] using depth-limited sweep&lt;br /&gt;
* [ ] Implementation&lt;br /&gt;
** [ ] Matlab Prototype&lt;br /&gt;
** [ ] C/C++ Product&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6160</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=6160"/>
		<updated>2008-01-27T20:26:45Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Books */ Sold one of those books.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
*** [x] manhatten distance&lt;br /&gt;
*** [x] vector addition&lt;br /&gt;
*** [ ] splines&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [x] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [x] add variable start/goal locations&lt;br /&gt;
** [ ] Obstacle Avoidance&lt;br /&gt;
*** [ ] using sweeping algorithm&lt;br /&gt;
*** [ ] using depth-limited sweep&lt;br /&gt;
* [ ] Implementation&lt;br /&gt;
** [ ] Matlab Prototype&lt;br /&gt;
** [ ] C/C++ Product&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC&amp;diff=6103</id>
		<title>IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC&amp;diff=6103"/>
		<updated>2008-01-15T23:18:13Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Meeting/Work Times */  New meeting times for Spring 2008.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:OfficiialPic.jpg|thumb|400px|right|[[Candi Robot Guide|Candi]], our robot for the 2007 IGVC competition.]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the RoboJackets IGVC Wiki.&lt;br /&gt;
&lt;br /&gt;
The [http://www.gatech.edu/ Georgia Tech] [http://www.robojackets.org/ RoboJackets] [http://www.igvc.org IGVC] team will compete for the fifth time in the intelligent ground vehicle competition. This year's competition will be held at Oakland University from May 30 - June 2, 2008. &lt;br /&gt;
&lt;br /&gt;
==Meeting/Work Times==&lt;br /&gt;
&lt;br /&gt;
* '''IGVC Planning Day''' - Thursday 6:00 pm to 7:00 pm&lt;br /&gt;
* '''IGVC Work Day''' - Sunday 2:00 pm to 6:00 pm (these meetings are subject to lengthening as deadlines approach)&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
''Please sign announcements with &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;-~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* The competition has been moved from June 6-9, 2008 to May 30 - June 2, 2008. -[[User:DavidF|DavidF]] 15:29, 3 January 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Important Items==&lt;br /&gt;
&lt;br /&gt;
=====2008 Competition=====&lt;br /&gt;
* [[Candii Robot Guide]]&lt;br /&gt;
** [[IGVC Divisions of Responsibility]]&lt;br /&gt;
* [[IGVC Meeting Notes|Meeting Notes]] + [[IGVC General Schedule and Progress Review|General Schedule and Progress Review]]&lt;br /&gt;
* [[IGVC 2008 TODO|TODOs]] &lt;br /&gt;
* [https://lists.gatech.edu/sympa/info/robojackets-igvc IGVC Mailing List]&lt;br /&gt;
&lt;br /&gt;
=====Reference=====&lt;br /&gt;
* [http://www.igvc.org/ Official IGVC Website]&lt;br /&gt;
* [[IGVC Rules]]&lt;br /&gt;
* [[IGVC Coding Conventions]]&lt;br /&gt;
* [[PlayerStage|Writing Player Drivers]]&lt;br /&gt;
* [[Resources for Learning]]&lt;br /&gt;
* [[IGVC Parts Sampling List]]&lt;br /&gt;
* [[IGVC Travel Details]] - Note, these details are from the 2007 competition. They will remain here as a reference.&lt;br /&gt;
&lt;br /&gt;
=====History=====&lt;br /&gt;
* [[Hall of Robots]] - this should be moved under [[Competitions]]&lt;br /&gt;
* [[Competitions]]&lt;br /&gt;
** [[2007 IGVC Competition Gallery]] - footage of Candi from last year&lt;br /&gt;
* [[Misc. IGVC Archives]]&lt;br /&gt;
&lt;br /&gt;
[[Category: IGVC]]&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5977</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5977"/>
		<updated>2007-12-19T01:48:15Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Task List */  Updated tasks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
*** [x] manhatten distance&lt;br /&gt;
*** [x] vector addition&lt;br /&gt;
*** [ ] splines&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [x] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [x] add variable start/goal locations&lt;br /&gt;
** [ ] Obstacle Avoidance&lt;br /&gt;
*** [ ] using sweeping algorithm&lt;br /&gt;
*** [ ] using depth-limited sweep&lt;br /&gt;
* [ ] Implementation&lt;br /&gt;
** [ ] Matlab Prototype&lt;br /&gt;
** [ ] C/C++ Product&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5854</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5854"/>
		<updated>2007-11-12T16:34:00Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added diagram of architecture.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [ ] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [ ] add variable start/goal locations&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=File:Igvcpp.png&amp;diff=5853</id>
		<title>File:Igvcpp.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=File:Igvcpp.png&amp;diff=5853"/>
		<updated>2007-11-12T16:25:00Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: IGVC Path Planning Architecture Diagram&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IGVC Path Planning Architecture Diagram&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5852</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5852"/>
		<updated>2007-11-12T15:40:51Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Task List */ Completed &amp;quot;add obstacles&amp;quot; task.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [ ] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [x] add obstacles&lt;br /&gt;
*** [ ] add variable start/goal locations&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5778</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5778"/>
		<updated>2007-11-03T18:49:32Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Task List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path Planning&lt;br /&gt;
** [x] Dijkstra's algorithm&lt;br /&gt;
** [ ] Gradient traversal&lt;br /&gt;
** [ ] A* algorithm&lt;br /&gt;
** [ ] D* algorithm&lt;br /&gt;
* [ ] Cost Map&lt;br /&gt;
** [ ] Sweeping Algorithm&lt;br /&gt;
*** [x] implement manhattan distance&lt;br /&gt;
*** [x] implement geometric approximation&lt;br /&gt;
*** [ ] add obstacles&lt;br /&gt;
*** [ ] add variable start/goal locations&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5775</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5775"/>
		<updated>2007-11-03T16:26:20Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Books */ Changed name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path planning algorithms&lt;br /&gt;
** [ ] Determine (research) relevant algorithms&lt;br /&gt;
*** [ ] for autonomous navigation challenge&lt;br /&gt;
*** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Maps&lt;br /&gt;
** [ ] Determine best type of map&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
* [ ]  Machine learning&lt;br /&gt;
** [ ] Algorithms for learning &lt;br /&gt;
** [ ] Evaluating effectiveness of cost function&lt;br /&gt;
* [ ] Simulation&lt;br /&gt;
** [ ] Create MATLAB/C++ simulation base for testing&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin Joo]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5774</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5774"/>
		<updated>2007-11-03T16:24:07Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* People */ Changed name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin Joo]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path planning algorithms&lt;br /&gt;
** [ ] Determine (research) relevant algorithms&lt;br /&gt;
*** [ ] for autonomous navigation challenge&lt;br /&gt;
*** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Maps&lt;br /&gt;
** [ ] Determine best type of map&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
* [ ]  Machine learning&lt;br /&gt;
** [ ] Algorithms for learning &lt;br /&gt;
** [ ] Evaluating effectiveness of cost function&lt;br /&gt;
* [ ] Simulation&lt;br /&gt;
** [ ] Create MATLAB/C++ simulation base for testing&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5592</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5592"/>
		<updated>2007-10-13T19:30:23Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Resources */ More organization for the resources.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path planning algorithms&lt;br /&gt;
** [ ] Determine (research) relevant algorithms&lt;br /&gt;
*** [ ] for autonomous navigation challenge&lt;br /&gt;
*** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Maps&lt;br /&gt;
** [ ] Determine best type of map&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
* [ ]  Machine learning&lt;br /&gt;
** [ ] Algorithms for learning &lt;br /&gt;
** [ ] Evaluating effectiveness of cost function&lt;br /&gt;
* [ ] Simulation&lt;br /&gt;
** [ ] Create MATLAB/C++ simulation base for testing&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Books ===&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5591</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5591"/>
		<updated>2007-10-13T19:27:56Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Resources */ Added links for new resources.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path planning algorithms&lt;br /&gt;
** [ ] Determine (research) relevant algorithms&lt;br /&gt;
*** [ ] for autonomous navigation challenge&lt;br /&gt;
*** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Maps&lt;br /&gt;
** [ ] Determine best type of map&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
* [ ]  Machine learning&lt;br /&gt;
** [ ] Algorithms for learning &lt;br /&gt;
** [ ] Evaluating effectiveness of cost function&lt;br /&gt;
* [ ] Simulation&lt;br /&gt;
** [ ] Create MATLAB/C++ simulation base for testing&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5507</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5507"/>
		<updated>2007-10-06T20:12:12Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Meetings */ Meeting time with Dr. Vela changed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Friday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path planning algorithms&lt;br /&gt;
** [ ] Determine (research) relevant algorithms&lt;br /&gt;
*** [ ] for autonomous navigation challenge&lt;br /&gt;
*** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Maps&lt;br /&gt;
** [ ] Determine best type of map&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
* [ ]  Machine learning&lt;br /&gt;
** [ ] Algorithms for learning &lt;br /&gt;
** [ ] Evaluating effectiveness of cost function&lt;br /&gt;
* [ ] Simulation&lt;br /&gt;
** [ ] Create MATLAB/C++ simulation base for testing&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=5506</id>
		<title>User:JeanPierreDLC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=5506"/>
		<updated>2007-10-06T20:11:19Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:JeanPierre.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
'''Name:''' Jean-Pierre de la Croix&lt;br /&gt;
&lt;br /&gt;
'''E-mail:''' [mailto:gtg440y@mail.gatech.edu gtg440y@mail.gatech.edu]&lt;br /&gt;
&lt;br /&gt;
'''Phone:''' 678-458-3992 (Cell)&lt;br /&gt;
&lt;br /&gt;
'''Positions:'''&lt;br /&gt;
** [[IGVC]], [[Path Planning Systems]] Lead&lt;br /&gt;
** [[RoboCup]], [[RoboCupSoftware| Software Systems]] (Vision) developer&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=5504</id>
		<title>User:JeanPierreDLC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=5504"/>
		<updated>2007-10-06T20:06:15Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:JeanPierre.jpg|left]]&lt;br /&gt;
&lt;br /&gt;
'''Name:''' Jean-Pierre de la Croix&lt;br /&gt;
&lt;br /&gt;
'''E-mail:''' [mailto:gtg440y@mail.gatech.edu gtg440y@mail.gatech.edu]&lt;br /&gt;
&lt;br /&gt;
'''Phone:''' 678-458-3992 (Cell)&lt;br /&gt;
&lt;br /&gt;
'''Position:''' [[IGVC]], [[Path Planning Systems]] Lead&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5289</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5289"/>
		<updated>2007-09-24T21:58:22Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Task List */  Updated tasks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Path planning algorithms&lt;br /&gt;
** [ ] Determine (research) relevant algorithms&lt;br /&gt;
*** [ ] for autonomous navigation challenge&lt;br /&gt;
*** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Maps&lt;br /&gt;
** [ ] Determine best type of map&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
* [ ]  Machine learning&lt;br /&gt;
** [ ] Algorithms for learning &lt;br /&gt;
** [ ] Evaluating effectiveness of cost function&lt;br /&gt;
* [ ] Simulation&lt;br /&gt;
** [ ] Create MATLAB/C++ simulation base for testing&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5250</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5250"/>
		<updated>2007-09-22T20:17:06Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Meetings */  Monday comes before Tuesday.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5249</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5249"/>
		<updated>2007-09-22T20:00:16Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Meetings */  Spelled out 'with'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (with Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5248</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5248"/>
		<updated>2007-09-22T19:59:41Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Resources */  Updated again.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (w/ Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* &amp;quot;Artificial Intelligence - A Modern Approach&amp;quot; by Peter Russel and Stuart Norvig&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5247</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5247"/>
		<updated>2007-09-22T19:58:07Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Resources */  Updated.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (w/ Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
** http://planning.cs.uiuc.edu&lt;br /&gt;
** [[User:JinL|Jin]] has a hard copy.&lt;br /&gt;
* &amp;quot;Probabilistic Robotics&amp;quot; by Sebastian Thurn, Wolfram Burgard, Dieter Fox&lt;br /&gt;
** [[User:JeanPierreDLC|JP]] has a hard copy.&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5246</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5246"/>
		<updated>2007-09-22T19:50:32Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Edited ordering.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (w/ Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5245</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5245"/>
		<updated>2007-09-22T19:47:59Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added Meetings.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
* IGVC Planning Day&lt;br /&gt;
** Tuesday, 6-7pm, Tin Building&lt;br /&gt;
* IGVC Work Day&lt;br /&gt;
** Saturday, 2-6pm, Tin Building&lt;br /&gt;
* Path Planning Meeting (w/ Dr. Vela)&lt;br /&gt;
** Monday, 1pm, Van Leer (VL) E368&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5244</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5244"/>
		<updated>2007-09-22T19:42:51Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
* [[User:JeanPierreDLC|JP]]&lt;br /&gt;
* [[User:JinL|Jin]]&lt;br /&gt;
* [[User:HusaynV|Husayn]]&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5143</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5143"/>
		<updated>2007-09-18T23:47:34Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Task List */  Updated tasks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
** [ ] Add relevant resources to the &amp;quot;Resources&amp;quot; section.&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5142</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5142"/>
		<updated>2007-09-18T23:46:55Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Resources */ Added additional resource.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
** http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=File:KuffnerOptimalSearch.pdf&amp;diff=5141</id>
		<title>File:KuffnerOptimalSearch.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=File:KuffnerOptimalSearch.pdf&amp;diff=5141"/>
		<updated>2007-09-18T23:44:29Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5139</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5139"/>
		<updated>2007-09-18T20:28:02Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Resources */ Added additional resource.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
** http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=File:WienerMallot.pdf&amp;diff=5138</id>
		<title>File:WienerMallot.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=File:WienerMallot.pdf&amp;diff=5138"/>
		<updated>2007-09-18T20:22:22Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments.
Wiener and Mallot
Max-Planck-Institute Biological Cybernetics Technical Report
TR-115, 2003.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments.&lt;br /&gt;
Wiener and Mallot&lt;br /&gt;
Max-Planck-Institute Biological Cybernetics Technical Report&lt;br /&gt;
TR-115, 2003.&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5050</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5050"/>
		<updated>2007-09-15T21:29:51Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added Wiki links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with [[Data Filtering Systems]] group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5045</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5045"/>
		<updated>2007-09-15T20:47:18Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Extended purpose description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment, given a model of the environment from the data (provided by &amp;quot;Data Filtering Systems&amp;quot; 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.&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with &amp;quot;Data Filtering Systems&amp;quot; group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5041</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5041"/>
		<updated>2007-09-15T20:33:36Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added task list.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment, given a model of the environment from the data of the &amp;quot;Data Filtering Systems.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Task List ==&lt;br /&gt;
* [ ] Research different types of path planning algorithms&lt;br /&gt;
* [ ] Determine relevant algorithms&lt;br /&gt;
** [ ] for autonomous navigation challenge&lt;br /&gt;
** [ ] for GPS waypoint navigation challenge&lt;br /&gt;
* [ ] Research control theory&lt;br /&gt;
** [ ] Optimal switching&lt;br /&gt;
* [ ] Determine best type of map (representation of environment)&lt;br /&gt;
** [ ] Coordinate with &amp;quot;Data Filtering Systems&amp;quot; group&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5035</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5035"/>
		<updated>2007-09-15T20:13:57Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Player no longer a needed resource.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment, given a model of the environment from the data of the &amp;quot;Data Filtering Systems.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5029</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5029"/>
		<updated>2007-09-15T19:01:11Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: I can't spell.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment, given a model of the environment from the data of the &amp;quot;Data Filtering Systems.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Player/Stage/Gazebo&lt;br /&gt;
**http://playerstage.sourceforge.net/&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5028</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5028"/>
		<updated>2007-09-15T19:00:24Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added Player resources.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment, given a model of the environment from the data of the &amp;quot;Data Filtering Systems.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* &amp;quot;Planning Algorithms&amp;quot; by Steven M. LaValle&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Explorer&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Player/Stage/Gazebo&lt;br /&gt;
**http://playerstage.sourceforge.net/&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5027</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5027"/>
		<updated>2007-09-15T18:57:25Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Added resources.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment, given a model of the environment from the data of the &amp;quot;Data Filtering Systems.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* A free online path planning book&lt;br /&gt;
**http://planning.cs.uiuc.edu&lt;br /&gt;
* IEEE Explorer&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5026</id>
		<title>Path Planning Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Path_Planning_Systems&amp;diff=5026"/>
		<updated>2007-09-15T18:53:25Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Initial commit.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of the &amp;quot;Path Planning Systems&amp;quot; is to find an optimal path through the environment given a model of the environment from the data of the &amp;quot;Data Filtering Systems.&amp;quot;&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Candii_Robot_Guide&amp;diff=5025</id>
		<title>Candii Robot Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Candii_Robot_Guide&amp;diff=5025"/>
		<updated>2007-09-15T18:50:04Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: /* Intelligence-Centric Divisions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:GloriousCandi.jpg|thumb|right|An example of one hot robot.]]&lt;br /&gt;
&lt;br /&gt;
This Candii Robot Guide extends the [[Candi Robot Guide]]. Although Candi was designed for the 2007 IGVC, she will be used once again in 2008. However, she will have a sparkling new personality (electronics and software), so she is now Candii.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Devices =&lt;br /&gt;
&lt;br /&gt;
Below is a diagram showing the flow of data between the various robot controller components.&lt;br /&gt;
&lt;br /&gt;
[[Image:CandiiDevices.png|left]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[IGVC Divisions of Responsibility]] =&lt;br /&gt;
These links will go to pages detailing each part of the design.  Division leaders should start filling these in.&lt;br /&gt;
=== General Services ===&lt;br /&gt;
*Version Control&lt;br /&gt;
*Documentation Requirements&lt;br /&gt;
===  Hardware-Centric Divisions ===&lt;br /&gt;
*[[Candii Power and Motor Drive Systems | Power and Motor Drive Systems]]&lt;br /&gt;
*Data Acquisition&lt;br /&gt;
*[[Integration and Telemetry Systems]]&lt;br /&gt;
&lt;br /&gt;
===  Intelligence-Centric Divisions ===&lt;br /&gt;
*Environment Data Processing Systems&lt;br /&gt;
*[[Data Filtering Systems]]&lt;br /&gt;
*[[Path Planning Systems]]&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=File:IgvcEMAP.png&amp;diff=3512</id>
		<title>File:IgvcEMAP.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=File:IgvcEMAP.png&amp;diff=3512"/>
		<updated>2006-11-05T19:42:35Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: Electronics Map for IGVC Robot (Candi).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Electronics Map for IGVC Robot (Candi).&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=3433</id>
		<title>User:JeanPierreDLC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=User:JeanPierreDLC&amp;diff=3433"/>
		<updated>2006-10-11T17:16:32Z</updated>

		<summary type="html">&lt;p&gt;JeanPierreDLC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I will put something here later.&lt;/div&gt;</summary>
		<author><name>JeanPierreDLC</name></author>
		
	</entry>
</feed>