Skip to content
Snippets Groups Projects
Commit 1f76deb6 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Rename ParserYAML -> ParserYaml

parent 45fc1bf0
No related branches found
No related tags found
2 merge requests!11new release,!10new release
...@@ -24,7 +24,7 @@ WolfRosNode::WolfRosNode() ...@@ -24,7 +24,7 @@ WolfRosNode::WolfRosNode()
std::cout <<"yaml: " << yaml_file << std::endl; std::cout <<"yaml: " << yaml_file << std::endl;
int found = yaml_file.find_last_of("\\/"); int found = yaml_file.find_last_of("\\/");
std::string yaml_dir = yaml_file.substr(0, found); std::string yaml_dir = yaml_file.substr(0, found);
ParserYAML parser = ParserYAML(yaml_file, yaml_dir); ParserYaml parser = ParserYaml(yaml_file, yaml_dir);
ParamsServer server = ParamsServer(parser.getParams()); ParamsServer server = ParamsServer(parser.getParams());
server.addParam("plugins_path", plugins_path); server.addParam("plugins_path", plugins_path);
......
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