Local Plannners (LP) validate simple, often deterministic paths, between configurations. More...
Classes | |
struct | GroupLPOutput< MPTraits > |
class | LocalPlannerMethod< MPTraits > |
struct | LPOutput< MPTraits > |
class | StraightLine< MPTraits > |
Local Plannners (LP) validate simple, often deterministic paths, between configurations.
A Local Planner (LP) is basically a validity checker for simple paths between two configurations. These planners are typically efficient, deterministic, and incomplete. They are often used to validate edges of our roadmaps. Paths are defined as polygonal chains through
. The base method can be found in LocalPlannerMethod.h.