Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 717 Bytes

amcl.md

File metadata and controls

21 lines (14 loc) · 717 Bytes

amcl

kdtree

Bresenham's line algorithm

Particle Filters

global planner

dijkstra

Greedy Best-First-Search

  • Greedy Best-First-Search is “greedy” and tries to move towards the goal even if it’s not the right path. Since it only considers the cost to get to the goal and ignores the cost of the path so far, it keeps going even if the path it’s on has become really long.

astar