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

Merge branch '451-refactoring-wolf-installation-system' of...

Merge branch '451-refactoring-wolf-installation-system' of ssh://gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf into 451-refactoring-wolf-installation-system
parents 709c73ac 9c4266fe
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
......@@ -101,6 +101,9 @@ ProblemPtr Problem::autoSetup(ParamsServer &_server)
// Load plugins
auto loaders = std::vector<std::shared_ptr<Loader>>();
std::string plugins_path = _WOLF_LIB_DIR;
if (plugins_path.back() != '/'){
plugins_path += '/'; // only works for UNIX systems
}
/*try
{
plugins_path = _server.getParam<std::string>("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