#include <loop_closure.h>
Public Member Functions | |
GraphNode (int id, const tf::Pose &pose) | |
Public Attributes | |
double | dijkstra_d_ |
int | id_ |
GraphNode * | next_ |
double | path_length_ |
tf::Pose | pose_ |
double | slam_entropy_ |
Definition at line 63 of file loop_closure.h.
explore::GraphNode::GraphNode | ( | int | id, | |
const tf::Pose & | pose | |||
) | [inline] |
Definition at line 66 of file loop_closure.h.
Definition at line 77 of file loop_closure.h.
Definition at line 70 of file loop_closure.h.
Definition at line 75 of file loop_closure.h.
Definition at line 81 of file loop_closure.h.
tf::Pose explore::GraphNode::pose_ |
Definition at line 72 of file loop_closure.h.
Definition at line 79 of file loop_closure.h.