How to implement multi device data recording setup?
I am interested in implementing a set up consisting of several Raspberry Pis to record data on each from a same sensor connected to it. I would like to have then a master computer (laptop) that can supervise the data recording, i.e. start and stop the recording, and if possible even visualize data from them and download the recorded bag files after record stop. The Pi’s will be rigidly attached to moving objects so I need to achieve a wireless communication over max. 150 m approx.
Is it possible to achieve this recording setup with rosbridge over WLAN? Is it possible to record the data from all client Pi’s on the master computer in real time so that it becomes time synchronized? Any other recommendations to achieve this?
Thank you in advance.