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

outputport should stream a bottle of bottles. #1

Closed reafrancesco closed 7 years ago

reafrancesco commented 7 years ago

Hi @milievski, in the file iCubAudioAttention/src/YarpBayesianMap/src/BayesianModule.cc, line 111 you decided to send to the output port a matrix. It is fine but from my side it is preferable to send one bottle as a collection of matrix rows. If @TataLab agrees I would work on a new branch where we send a bottle of bottles on the port. We will merge it with the master when I am sure it is working.

what do you think?