#include <fdp.h>
Inheritance diagram for FDPBi:
Public Methods | |
FDPBi (Problem *problem) | |
A constructor that initializes data members. More... | |
~FDPBi () | |
Empty destructor. More... | |
virtual void | Reset () |
Reset the planner. More... | |
virtual bool | Plan () |
Attempt to solve an Initial-Goal query by growing an FDP. More... | |
Protected Methods | |
void | RecoverSolution (MSLNode *&n1, MSLNode *&n2) |
Pull out the path and timings from the graphs. More... | |
Protected Attributes | |
priority_queue< MSLNode *, vector< MSLNode * >, MSLNodeGreater > | Q2 |
Priority queue of nodes. More... |
|
A constructor that initializes data members.
|
|
Empty destructor.
|
|
Attempt to solve an Initial-Goal query by growing an FDP.
Reimplemented from FDP. |
|
Pull out the path and timings from the graphs.
|
|
Reset the planner.
Reimplemented from FDP. |
|
Priority queue of nodes.
|