Feature request
Hi, I see that the map_saver.cpp has the declare_parameter for save_map_timeout, free_thresh_default, occupied_thresh_default and map_subscribe_transient_local but doesn't get the value of the parameters anywhere.
Feature description
Add the get_parameter(...) inside on_configure() transition.
Implementation considerations