orocos / soem

ROS package wrapping the Simple Open EtherCAT Master (SOEM) from https://github.com/OpenEtherCATsociety/SOEM

Home Page:http://wiki.ros.org/soem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using soem with robotiq

jontoto opened this issue · comments

I'm trying to build the soem library, but when linking with the robotiq packages I run into an issue where cmake cannot find the soem/ethercattype.h file. It seems like there have been other similar issues with robotiq packages. I'm running on kinetic, is there a way to get them to build together?

Did you figure out a way to fix this?

I have the same problem, have you fixed it ???

though this is stale, this is due to the way soem includes and exports headers.
This is also discussed in #4 and a workaround is described here.

How to do this is now documented in the README.md.
Please check the section Development if you want to use this package from source.