You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to #105 and related to #102 (once the CartesianControlClient is capable of establishing a connection to the remote port), we'd like to investigate the consequences of switching from the default TCP carrier in the usual yarp::os::Connect calls to UDP. After all, the whole point of using streaming commands is that we seek high-speed comunication and don't care of casual data loss.
This is how it's done at yarp::dev::RemoteControlBoard: ref.
The text was updated successfully, but these errors were encountered:
As a follow-up to #105 and related to #102 (once the CartesianControlClient is capable of establishing a connection to the remote port), we'd like to investigate the consequences of switching from the default TCP carrier in the usual
yarp::os::Connect
calls to UDP. After all, the whole point of using streaming commands is that we seek high-speed comunication and don't care of casual data loss.This is how it's done at
yarp::dev::RemoteControlBoard
: ref.The text was updated successfully, but these errors were encountered: