ethercat_driver_ros2 icon indicating copy to clipboard operation
ethercat_driver_ros2 copied to clipboard

Ethercat Master 1.6 and network device compatibility

Open AltinayGrass opened this issue 8 months ago • 5 comments

Hello, I would like share some information, I tested with igh master stable-1.6 it is OK. Also I would like to learn device compatibility on docker solution. Is it possible use igc network device rather than generic? If yes, should we configure with --enable-igc option?

Here is some part of the Dockerfile

  RUN mkdir ec_dev && cd ec_dev && \

  git clone https://gitlab.com/etherlab.org/ethercat.git && \

  cd ethercat && \

  git checkout stable-1.5 && \

  ./bootstrap && \

  ./configure --prefix=/usr/local/etherlab --disable-kernel && \

  make && make install

AltinayGrass avatar Jun 10 '24 08:06 AltinayGrass