Theta* swMATH ID: 31693 Software Authors: Kenny Daniel, Alex Nash, Sven Koenig, Ariel Felner Description: Theta*: Any-Angle Path Planning on Grids. Grids with blocked and unblocked cells are often used to represent terrain in robotics and video games. However, paths formed by grid edges can be longer than true shortest paths in the terrain since their headings are artificially constrained. We present two new correct and complete any-angle path-planning algorithms that avoid this shortcoming. Basic Theta* and Angle-Propagation Theta* are both variants of A* that propagate information along grid edges without constraining paths to grid edges. Basic Theta* is simple to understand and implement, fast and finds short paths. However, it is not guaranteed to find true shortest paths. Angle-Propagation Theta* achieves a better worst-case complexity per vertex expansion than Basic Theta* by propagating angle ranges when it expands vertices, but is more complex, not as fast and finds slightly longer paths. We refer to Basic Theta* and Angle-Propagation Theta* collectively as Theta*. Theta* has unique properties, which we analyze in detail. We show experimentally that it finds shorter paths than both A* with post-smoothed paths and Field D* (the only other version of A* we know of that propagates information along grid edges without constraining paths to grid edges) with a runtime comparable to that of A* on grids. Finally, we extend Theta* to grids that contain unblocked cells with non-uniform traversal costs and introduce variants of Theta* which provide different tradeoffs between path length and runtime. Homepage: https://arxiv.org/abs/1401.3843 Keywords: Computational Geometry; arXiv_cs.CG; Artificial Intelligence; arXiv_cs.AI; Any-Angle Path Planning; Grids Related Software: Matlab; Visual MISER; MISER3; OpenStreetMap; BPA; COMSOL; D*Lite; OPTRAGEN; RIOTS_95; SeDuMi; Anya; Algorithm 97 Cited in: 10 Publications Standard Articles 1 Publication describing the Software, including 1 Publication in zbMATH Year Theta\(^*\): any-angle path planning on grids. Zbl 1205.68373Daniel, Kenny; Nash, Alex; Koenig, Sven; Felner, Ariel 2010 all top 5 Cited by 31 Authors 1 Aksakalli, Vural 1 Andreychuk, A. A. 1 Dai, Yanyan 1 Daniel, Kenny 1 Felner, Ariel 1 Grastien, Alban 1 Guo, Jinlong 1 Han, Jianda 1 Harabor, Daniel Damir 1 Ivorra, Benjamin 1 Ji, Yuandong 1 Kaplunova, E. P. 1 Koenig, Sven 1 Lee, SukGyu 1 Li, Bin 1 Liu, Xiaocheng 1 Nash, Alex 1 Öz, Dindar 1 Qi, Juntong 1 Qian, Dianwei 1 Qin, Long 1 Seguin, Brian 1 Song, Dalei 1 Tochilin, P. A. 1 Xia, Yong 1 Xiao, Jizhong 1 Yakovlev, K. S. 1 Yang, Liang 1 Yin, Quanjun 1 Zambom, Adriano Zanin 1 Zha, Yabing all top 5 Cited in 9 Serials 2 The Journal of Artificial Intelligence Research (JAIR) 1 Moscow University Computational Mathematics and Cybernetics 1 Journal of Scientific Computing 1 Journal of Computer and Systems Sciences International 1 Computational and Applied Mathematics 1 Filomat 1 Mathematical Problems in Engineering 1 Journal of Industrial and Management Optimization 1 Journal of Control Science and Engineering all top 5 Cited in 10 Fields 6 Computer science (68-XX) 5 Systems theory; control (93-XX) 2 Numerical analysis (65-XX) 1 Combinatorics (05-XX) 1 Partial differential equations (35-XX) 1 Calculus of variations and optimal control; optimization (49-XX) 1 Statistics (62-XX) 1 Mechanics of particles and systems (70-XX) 1 Fluid mechanics (76-XX) 1 Operations research, mathematical programming (90-XX) Citations by Year