Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EGM Control lag #13

Open
stephanie-eng opened this issue Apr 5, 2022 · 1 comment
Open

EGM Control lag #13

stephanie-eng opened this issue Apr 5, 2022 · 1 comment

Comments

@stephanie-eng
Copy link
Contributor

stephanie-eng commented Apr 5, 2022

EGMManager.waitForMessage() will sometimes take 15+ ms when trying to run with an update rate of 250 Hz (and EGMActJoint SampleRate 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.

Diagram of EGM architecture
image

See related: ros-industrial/abb_libegm#49

@marctuscher
Copy link

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants