PlanningResult Struct Reference

#include <armarx/navigation/global_planning/SPFA.h>

Public Attributes

algorithms::spfa::ShortestPathFasterAlgorithm algorithm
 
float gridSearchDuration {0.F}
 Duration [s] of the SPFA grid search itself, which runs before calculatePath.
 
std::optional< algorithms::spfa::ShortestPathFasterAlgorithm::Resultplan
 
core::Pose start
 

Detailed Description

Definition at line 80 of file SPFA.h.

Member Data Documentation

◆ algorithm

Definition at line 83 of file SPFA.h.

◆ gridSearchDuration

float gridSearchDuration {0.F}

Duration [s] of the SPFA grid search itself, which runs before calculatePath.

Definition at line 87 of file SPFA.h.

◆ plan

Definition at line 84 of file SPFA.h.

◆ start

core::Pose start

Definition at line 82 of file SPFA.h.


The documentation for this struct was generated from the following file: