Apollo
6.0
Open source self driving car software
|
#include <strategy.h>
Public Member Functions | |
virtual | ~Strategy () |
virtual bool | Search (const TopoGraph *graph, const SubTopoGraph *sub_graph, const TopoNode *src_node, const TopoNode *dest_node, std::vector< NodeWithRange > *const result_nodes)=0 |
|
inlinevirtual |
|
pure virtual |
Implemented in apollo::routing::AStarStrategy.