Public Member Functions | |
| void | AddNode (Node *node) |
| void | Draw () const |
| bool | GoodDirection (const Pose &pose, meters_t range, radians_t &heading_result) |
| Graph () | |
| void | PopFront () |
| ~Graph () | |
Public Attributes | |
| std::vector< Node * > | nodes |
| Robot::Graph::Graph | ( | ) | [inline] |
| Robot::Graph::~Graph | ( | ) | [inline] |
| void Robot::Graph::AddNode | ( | Node * | node | ) | [inline] |
| void Robot::Graph::Draw | ( | ) | const [inline] |
| bool Robot::Graph::GoodDirection | ( | const Pose & | pose, |
| meters_t | range, | ||
| radians_t & | heading_result | ||
| ) | [inline] |
| void Robot::Graph::PopFront | ( | ) | [inline] |
| std::vector<Node*> Robot::Graph::nodes |