Closed pattacini closed 8 years ago
So, Am I supposed to install both the .template ant the .xml?
You ought to install:
Ok, thank you for this information.
Ops! I completely forgot it! Thank you!
Removed it. def2a93
Uhm... ${PROJECTNAME}
is different from ${PROJECT_NAME}
.
Fixed it. f86eefe
pointCloudFile
key contains relative path to the file. That's wrong, since you should use theyarp::os::ResourceFinder::findFile()
method for that and thus only the file name (i.e. with no path) should be placed in the conf file.