Open epshteinmatthew opened 4 months ago
Hello! If you run your binary inside a container, make sure that:
--privileged
docker cli arg OR privileged: true
config in docker-compose.yaml)/dev
directory mounted (-v /dev:/dev
docker cli arg)127.0.0.1
. Maybe host.docker.internal
If you run your binary directly on a robot os, check if there is a connection to the desired device at all. This can be done using ping.
thanks for the reply
I'm getting an error along the lines of "no etherCAT slaves found" when I try to run the binary generated in the container. Any idea how I can fix this?