32 namespace viros {
namespace topomap {
36 std::ostream&
operator<<(std::ostream& os,
const TopoMap& topo);
37 std::istream&
operator>>(std::istream& in, TopoMap& topomap);
void loadTopoMap(TopoMap &topomap, const Path &file)
boost::filesystem::path Path
void saveTopoMap(const TopoMap &topomap, const Path &file)
std::istream & operator>>(std::istream &in, TopoMap &topomap)
std::ostream & operator<<(std::ostream &os, const GatewayNode &gatewayNode)
Definition: MetricCostmapTopoMapPlanner.h:45