rafaelrojasmiliani/moveit

Document the situations when the instantiation of the Move Group Interfaces waits forerever at its constructor

Opened this issue · 0 comments

Look at the constructor of MoveGroupInterfaceImpl here. It calls waitForAction defined here.

If this condition holds and the action server never stars, this could block the program.
In which other situations can this block everything?