Closed luis-camero closed 1 year ago
Every sensor has it's own ros_parameters dictionary through which any parameter can be set.
ros_parameters
The parameters that are understood by the ClearpathConfig parser are in the sample config.
ClearpathConfig
Any other key, value pair passed will get stored and returned with a call to get_ros_parameters.
get_ros_parameters
Any changes made to sensors at run-time (i.e. after reading the config) will be reflected in the config returned by the get_ros_parameters function.
Nested parameters, i.e. rgb_camera.profile are interpreted as nested dictionaries:
rgb_camera.profile
{ rgb_camera: { profile: "" } }
Every sensor has it's own
ros_parameters
dictionary through which any parameter can be set.The parameters that are understood by the
ClearpathConfig
parser are in the sample config.Any other key, value pair passed will get stored and returned with a call to
get_ros_parameters
.Any changes made to sensors at run-time (i.e. after reading the config) will be reflected in the config returned by the
get_ros_parameters
function.Nested parameters, i.e.
rgb_camera.profile
are interpreted as nested dictionaries: