|
bool | load_from_file (const std::string &path, navmap::NavMap &out_map, std::error_code *ec=nullptr) |
| Load a navmap::NavMap by deserializing a message and converting to core.
|
|
bool | load_msg_from_file (const std::string &path, navmap_ros_interfaces::msg::NavMap &out_msg, std::error_code *ec=nullptr) |
| Load a NavMap message from a file created by this saver.
|
|
bool | save_msg_to_file (const navmap_ros_interfaces::msg::NavMap &msg, const std::string &path, const SaveOptions &options={}, std::error_code *ec=nullptr) |
| Save a NavMap message to disk using ROS 2 CDR serialization.
|
|
bool | save_to_file (const navmap::NavMap &map, const std::string &path, const SaveOptions &options={}, std::error_code *ec=nullptr) |
| Save a navmap::NavMap by converting it to a message and serializing to disk.
|
|