Is there a way to query the robot arm/s motion status (moving or not) using this driver #44
-
Hi, Can you please tell me how can I query the robot motion status (arm moving/not moving) using this driver? thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
IIRC, there isn't anything specifically publishing something which directly tells you whether a mechanical unit is "moving", but the That field should be Note that when that field transitions to |
Beta Was this translation helpful? Give feedback.
IIRC, there isn't anything specifically publishing something which directly tells you whether a mechanical unit is "moving", but the
egm_convergence_met
field (in EGMChannelState) comes close.That field should be
false
when a new offset has been applied using EGM -- which in the case ofabb_robot_driver
would be the case when it commands a mechanical unit to move.Note that when that field transitions to
true
depends on the convergence settings, but that's mostly a problem/challenge when trying to determine a mechanical unit has stopped moving.