Definition at line 37 of file PlannerRRT_common.h.
#include <mrpt/nav/planners/PlannerRRT_common.h>
Public Member Functions | |
TPlannerResultTempl () | |
Public Attributes | |
bool | success |
Whether the target was reached or not. More... | |
double | computation_time |
Time spent (in secs) More... | |
double | goal_distance |
Distance from best found path to goal. More... | |
double | path_cost |
Total cost of the best found path (cost ~~ Euclidean distance) More... | |
mrpt::utils::TNodeID | best_goal_node_id |
The ID of the best target node in the tree. More... | |
std::set< mrpt::utils::TNodeID > | acceptable_goal_node_ids |
The set of target nodes within an acceptable distance to target (including best_goal_node_id and others) More... | |
tree_t | move_tree |
The generated motion tree that explores free space starting at "start". More... | |
|
inline |
Definition at line 47 of file PlannerRRT_common.h.
std::set<mrpt::utils::TNodeID> mrpt::nav::TPlannerResultTempl< tree_t >::acceptable_goal_node_ids |
The set of target nodes within an acceptable distance to target (including best_goal_node_id
and others)
Definition at line 44 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerRRT_SE2_TPS::solve().
mrpt::utils::TNodeID mrpt::nav::TPlannerResultTempl< tree_t >::best_goal_node_id |
The ID of the best target node in the tree.
Definition at line 43 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerRRT_SE2_TPS::solve().
double mrpt::nav::TPlannerResultTempl< tree_t >::computation_time |
Time spent (in secs)
Definition at line 40 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerRRT_SE2_TPS::solve().
double mrpt::nav::TPlannerResultTempl< tree_t >::goal_distance |
Distance from best found path to goal.
Definition at line 41 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerRRT_SE2_TPS::solve().
tree_t mrpt::nav::TPlannerResultTempl< tree_t >::move_tree |
The generated motion tree that explores free space starting at "start".
Definition at line 45 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and mrpt::nav::PlannerRRT_SE2_TPS::solve().
double mrpt::nav::TPlannerResultTempl< tree_t >::path_cost |
Total cost of the best found path (cost ~~ Euclidean distance)
Definition at line 42 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerRRT_SE2_TPS::solve().
bool mrpt::nav::TPlannerResultTempl< tree_t >::success |
Whether the target was reached or not.
Definition at line 39 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerRRT_SE2_TPS::solve().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |