Our students are utilizing compas_rrc and the compasrrc/compas_rrc_driver:v1.1.0
Docker image to control a physical ABB IRB120 arm.
Many (but not all) of them have an issue where they need to compose restart their Docker containers each time before they run their code. If they do not restart, the pendant still prints that RRC connects, but nothing else happens. After restarting, their program runs as expected. They then need to restart again to run their next program, regardless if their previous program finished to completion or threw an error.
I haven’t been able to identify any pattern to this occurrence, and I do not get this issue when running compas_rrc from my own computer, so I haven’t been able to look at the issue in more detail.
Any idea what might be causing this issue? Or let me know what other information would be helpful for diagnosis.