#include <explore_frontier.h>
Public Member Functions | |
| FrontierPoint () | |
| FrontierPoint (size_t idx_, const tf::Vector3 &d_) | |
Public Attributes | |
| tf::Vector3 | d |
| size_t | idx |
Definition at line 59 of file explore_frontier.h.
| explore::FrontierPoint::FrontierPoint | ( | ) | [inline] |
Definition at line 63 of file explore_frontier.h.
| explore::FrontierPoint::FrontierPoint | ( | size_t | idx_, |
| const tf::Vector3 & | d_ | ||
| ) | [inline] |
Definition at line 64 of file explore_frontier.h.
Definition at line 61 of file explore_frontier.h.
| size_t explore::FrontierPoint::idx |
Definition at line 60 of file explore_frontier.h.