You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I load the parameters in a C++ node, everything works as expected: the parameter is loaded either as the default or as the one specified in the .yaml file
If I load the parameter in a python node however, the parameter is loaded as:
I have a parameter defined like this in the .param file:
If I load the parameters in a C++ node, everything works as expected: the parameter is loaded either as the default or as the one specified in the .yaml file
If I load the parameter in a python node however, the parameter is loaded as:
which corresponds to:
in the automatically generated
paramConfig.h
, instead ofany idea of what is happening there? Is that a
rosparam_handler
issue or adynamic_reconfigure
issue?thanks!!
PS: This does not happen with configurable parameters of type
std::string
The text was updated successfully, but these errors were encountered: