Action completion from UR controller
Does the UR controller (CB3/UR10) provide any feedback (such as move complete/acknowledgement ) given trajectory commands from ur_modern_driver
through ROS or UR script commands directly such as movej?
I read from this link : https://github.com/ThomasTimm/ur_mode...
There's no way to detect whether "the script" has finished. That is a limitation of the infrastructure provided by UR, not of the driver btw
May I suggest a title change? Your question is about feedback, but when talking about robots and controllers, most people will understand this as meaning position or velocity feedback. Your question is really more about control flow synchronisation and action completion.