2 lines
247 B
Markdown
2 lines
247 B
Markdown
Path planning is the process of finding a path between a starting pose and a goal pose.
|
|
In order to plan a path we need a map, which is a representation of the environment. The map usually is dynamic and calculated by a process called [[Mapping]]. |