Skip to content
Snippets Groups Projects
Commit d9c2705d authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] small change wip

parent 1237bacc
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #11996 skipped
......@@ -93,10 +93,12 @@ ProblemPtr Problem::autoSetup(const std::string& _input_yaml_file, std::vector<s
#endif
// Create yaml server
auto server = yaml-schema-cpp::YamlServer({}, _input_yaml_file);
auto server = yaml_schema_cpp::YamlServer({}, _input_yaml_file);
//
// get all plugins
auto plugins_nodes = yaml_schema_cpp::findNodesWithKey(server.getNode(),"plugins");
std::stringstream log;
if (not server.validate(SensorClass, log))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment