|
#include <armarx/navigation/algorithms/spfa/ShortestPathFasterAlgorithm.h>
Public Member Functions | |
operator bool () const noexcept | |
Public Attributes | |
std::vector< Eigen::Vector2f > | path |
bool | success |
Definition at line 62 of file ShortestPathFasterAlgorithm.h.
|
inlinenoexcept |
Definition at line 68 of file ShortestPathFasterAlgorithm.h.
std::vector<Eigen::Vector2f> path |
Definition at line 64 of file ShortestPathFasterAlgorithm.h.
bool success |
Definition at line 66 of file ShortestPathFasterAlgorithm.h.