in aws_ros1_common/src/sdk_utils/ros1_node_parameter_reader.cpp [72:76]
AwsError Ros1NodeParameterReader::ReadParam(const ParameterPath & param_path,
std::map<std::string, std::string> & out) const
{
return ReadParamTemplate(param_path, out);
}