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