Files
Main/99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Robotics/Path Planning.md
2024-12-02 15:11:30 +01:00

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]].