tonykolomeytsev / youbot_devcontainer

A simple Docker container for building projects for KUKA youBot.
0 stars 1 forks source link

No ethercat slaves found #2

Open epshteinmatthew opened 4 months ago

epshteinmatthew commented 4 months ago

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?

tonykolomeytsev commented 4 months ago

Hello! If you run your binary inside a container, make sure that:

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.

epshteinmatthew commented 4 months ago

thanks for the reply