Figure 6.1 Greedy search
For now, just assume closed and open nodes as explored nodes. In the next post, we will discuss these terminologies with much depth and also the implementation part of these algorithms.
Similar to how the nodes were prioritized on the basis of distance to goal, in Dijsktra’s algorithm the nodes are prioritized on the basis of distance to the start i.e. the nodes which are closer to start. Same as above, dark-blue : obstacles, purple : free space, dark-green : start-goal, yellow : closed nodes, light-green : open nodes. Assume, eight-point connectivity.
$$f(n) = g(n) \tag{2}$$
Figure 6.2 Dijkstra
</> GitHub
[1]. Choset H., Lynch K. M., Hutchinson S. Kantor G., Burgard W., Kavraki L. E., Thrun Sebastian. Principles of Robot Motion. MIT Press