Skip to content

Commit

Permalink
Adjust timeout period for MAS client device
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored May 4, 2024
1 parent 97ecca2 commit 9a3e621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ftCompensation/FtCompensation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9a3e621

Please sign in to comment.