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
this is definitely a bug with the versioning between Etherlab and this stack. As a fix, you just need to recompile the ethercat_manager package with that line modified and it should work.
[ethercat_sdo_srv_server-5] [ERROR] [1719907935.360533917] [ethercat_manager]: ioctl() version magic is differing: /dev/EtherCAT0: 33, ethercat tool: 31
I'm getting the above error when I try to set an sdo with the following ros2 service:
ros2 service call /ethercat_manager/set_sdo ethercat_msgs/srv/SetSdo "{master_id: 0, slave_position: 0, sdo_index: 0x60ff, sdo_subindex: 0, sdo_data_type: 'int32', sdo_value: '1000'}"
the output of
uname -r
:6.5.0-21-generic
the output of
modinfo ec_master
:Does this really pose a threat? If so, can you provide some guidance about a possible fix?
The text was updated successfully, but these errors were encountered: