soem_interface icon indicating copy to clipboard operation
soem_interface copied to clipboard

This software package serves as a C++ interface for one or more EtherCAT devices running on the same bus. The lower level EtherCAT communication is handled by the SOEM library.

Results 5 soem_interface issues
Sort by recently updated
recently updated
newest added

This PR fixes a build issue I encountered on ros2 humble.

Currently the pthread and rt libraries are not exposed as dependencies to catkin.

My implementation of soem_interface approximately half of the times faced a problem during shutdown, which caused the program to stall inside of waitForStateLocked when the program had been terminated. It...

When I read your soem_interface code, I have some questions: first, about the configuration of the DC synchronous clock; I only see this in your code: ![Image](https://github.com/user-attachments/assets/13fff163-2d0d-419e-967a-cc1c20a1b66e) But when I...

Why choose the soem_rsl? I can't find anything about it in the internet.What's the difference between the soem_rsl and soem? Thanks for your answer!