Navigation problem: Difference between revisions

Content deleted Content added
Tir38 (talk | contribs)
m change link of "heuristic" from the general page to the computer science version.
Merged into Motion planning
 
Line 1:
#REDIRECT [[Motion_planning]] {{R from merge}}
The '''Navigation Problem''' is one of the unsolved problems of [[computer science]] and [[robotics]]. The problem is in creating an [[algorithm]] that would be able to find its way around a room, or a [[maze]] - dealing with obstacles that may be in the way.
 
== Origins of the problem ==
 
The problem stems from the fact that [[algorithm]] design is ''solution'' oriented, and since the way to the target may be blocked, there is no guarantee that a solution exists, and therefore it would be impossible to create a general algorithm let alone prove its universal validity.
 
Interesting alternatives to ''solving'' the problem are suggested by the following, if only obliquely. The main thrust is that ''coping'', or "muddling through" would be the solution to the Navigation problem. However, this solution cannot be proved to work. As such, it may be considered a [[Heuristic (computer science)]].
*[[Hubert Dreyfus]]
*[[Being and Time]]
*[[Coping]]
*[[Navigation research]]
== External links ==
*[http://nips.djvuzone.org/ Neural Information Processing Systems]
*[http://citeseer.ist.psu.edu/context/642919/0 Jacob T. Schwartz and Micha Sharir, Algorithmic Motion Planning in Robotics, Handbook of theoretical computer science (ed. J. van Leeuwen), Elsevier, 1990, pp. 391-430.]
<!-- only one link per web site is usually necessary. Add descriptions to links in the format of the above 2 links -->
*Many articles referred by http://citeseer.ifi.unizh.ch/context/52914/0
**http://citeseer.ifi.unizh.ch/impacttaskforce96application.html
**http://citeseer.ifi.unizh.ch/155925.html
**http://citeseer.ifi.unizh.ch/164761.html
**http://citeseer.ifi.unizh.ch/259432.html
**http://citeseer.ifi.unizh.ch/albers97exploring.html
**http://citeseer.ifi.unizh.ch/rao93robot.html
**http://citeseer.ifi.unizh.ch/475748.html
*http://citeseer.ist.psu.edu/208930.html
*http://www.ics.forth.gr/~foka/phd.html
*[http://citeseer.ist.psu.edu/rao93robot.html Robot Navigation in Unknown Terrains: Introductory Survey of Non-Heuristic Algorithms (1993)]
*[http://citeseer.ist.psu.edu/svestka95motion.html Motion Planning for Car-like Robots using a Probabilistic Learning Approach (1995)]
* [http://scholar.google.com/scholar?q=robot%20%22navigation%20problem%22%20%22computer%20science%22%20-hypertext&hl=en&hs=C46&lr=&safe=off&client=firefox&rls=org.mozilla:en-US:unofficial&oi=scholart A search to continue:]
*[http://www.google.co.il/search?hl=en&safe=off&client=firefox&rls=org.mozilla%3Aen-US%3Aunofficial&q=robot+%28planning+OR+motion%29+survey+vehicle&btnG=Search Another search to continue]
*[http://iris.usc.edu/Vision-Notes/bibliography/active654.html A bibliography]
 
==See also==
[[Motion planning]] - These two articles (the one just mentioned and the one you are reading) may need merging!
 
[[Category:Theoretical computer science]]
 
 
{{Comp-sci-stub}}