Make all sure Yaml-cpp-dependent code is added to compilation if and only if yaml-cpp is found.
E.g. wolf/src/landmark_base.h:18:27: fatal error: yaml-cpp/yaml.h: No such file or directory
Edited
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I think that we should make it a mandatory dependency. To me it seems clear that any problem that is to be solved with wolf will have some kind of configuration and one would expect to be able to provide config files, as opposed to hard code it yourself into some C++ file.
In the Readme.md file, YamlCpp is already in the dependencies section. The code modifications have been applied in e1c778a7. The Readme.md to be updated by @jmarti is the one in the wolf repo or some other readme file in the wiki?