EasyNav Simple Stack
|
Public Member Functions | |
void | force_path (const std::string &path) |
![]() | |
virtual std::expected< void, std::string > | on_initialize () override |
Initializes the maps manager. | |
void | set_dynamic_map (const SimpleMap &new_map) |
Replaces the current dynamic map. | |
void | set_static_map (const SimpleMap &new_map) |
Replaces the current static map. | |
SimpleMapsManager () | |
Default constructor. | |
virtual void | update (NavState &nav_state) override |
Updates the internal maps using the current navigation state. | |
~SimpleMapsManager () | |
Destructor. | |
Additional Inherited Members | |
![]() | |
std::string | map_path_ |
Full path to the map file. | |
void force_path | ( | const std::string & | path | ) |