Hello,
when using grove sensor, I can get notified in realtime.
But when moving the roboter with code:
„#n G0 X100 Y100 Z100 F1000\n “
and then asking for the current position using code:
„#n P2220\n “
I must wait until the first command is processed. I can only get the position of the robot when the move-position is finished.
Is there a way to get the robot position in realtime, like with sensor data?
Best regards