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
EGMManager.waitForMessage() will sometimes take 15+ ms when trying to run with an update rate of 250 Hz (and EGMActJointSampleRate of 4 ms).
Using EGMManager.read() without waitForMessage() will sometimes result in reading the same message multiple times - this may cause slightly choppy robot movements.
I actually encountered the same problem. I wasn't yet able to track it down completely, however, I fixed the control lag by switching from EGMManager to EGMControllerInterface. Maybe that also helps you.
EGMManager.waitForMessage()
will sometimes take 15+ ms when trying to run with an update rate of 250 Hz (andEGMActJoint
SampleRate
of 4 ms).Using
EGMManager.read()
withoutwaitForMessage()
will sometimes result in reading the same message multiple times - this may cause slightly choppy robot movements.Diagram of EGM architecture
See related: ros-industrial/abb_libegm#49
The text was updated successfully, but these errors were encountered: