![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Struct of options when setting a parameter to ROS. More...
#include <param_provider.h>
Public Attributes | |
| std::optional< std::string > | prefix = std::nullopt |
| If filled, overrides any prefix set using the setPrefix() method. | |
| declare_options_t< T > | declare_options = {} |
| Options when declaring a parameter to ROS (see the declare_options_t<T> documentation). | |
Struct of options when setting a parameter to ROS.
If the optionals are not filled (i.e. equal to std::nullopt), the values set in the ParamProvider class are used.