Class GraphFileSaver
Defined in File graph_file_saver.hpp
Inheritance Relationships
Derived Type
public nav2_route::GeoJsonGraphFileSaver
(Class GeoJsonGraphFileSaver)
Class Documentation
A plugin interface to parse a file into the graph.
Subclassed by nav2_route::GeoJsonGraphFileSaver
Public Types
Public Functions
Constructor.
Virtual destructor.
Configure the graph file saver, but do not store the node.
- Parameters:
parent – pointer to user’s node
Method to save the graph to the filepath.
- Parameters:
graph – The graph to save
filepath – The path to save the file to
- Returns:
true if graph was successfully saved