Dear all,
I am working with FRI c++ SDK on a remote computer with ubuntu (not real time) and windows.
The latency is 11 ms and the quality of FRI connection is poor, obtained by following commands
FRIChannelInformation chanInfo=friSession.getFRIChannelInformation();
chanInfo.getLatency()
chanInfo.getQuality()
Nevertheless, the system works fine in position mode with sampling rate set to 5ms under above conditions. However, in torque mode it sounds unstable.
How can increase the quality and decrease the latency.
Regards.