diff --git a/programs/ftCompensation/FtCompensation.cpp b/programs/ftCompensation/FtCompensation.cpp index 7295da614..5656d3e84 100644 --- a/programs/ftCompensation/FtCompensation.cpp +++ b/programs/ftCompensation/FtCompensation.cpp @@ -149,7 +149,7 @@ bool FtCompensation::configure(yarp::os::ResourceFinder & rf) {"device", yarp::os::Value("multipleanalogsensorsclient")}, {"remote", yarp::os::Value(sensorRemote)}, {"local", yarp::os::Value(localPrefix + sensorRemote)}, - {"timeout", yarp::os::Value(period * 0.5)} + {"timeout", yarp::os::Value(period)} }; if (!sensorDevice.open(sensorOptions))