TataLab / iCubAudioAttention

MATLAB and YARP tools to capture and process audio from iCub
GNU General Public License v2.0
3 stars 2 forks source link

Issue with configuring rf module #2

Closed milievski closed 7 years ago

milievski commented 7 years ago

Hello @reafrancesco, Whenever I attempt to configure the RF module in the traditional manner the file cant be found here (src/YarpBayesianMap/main.cpp) ResourceFinder rf; rf.setVerbose(true); rf.setDefaultConfigFile("audioConfig.ini"); //overridden by --from parameter rf.setDefaultContext("icubAudioAttention/conf"); //overridden by --context parameter rf.configure(argc, argv);

I would really like some help with this as I do not know what I am doing wrong. Thank you!