You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnf"Service call failed for point ({x:.2f}, {y:.2f}, {z:.2f})."
248
+
returnf"Service call failed for point ({x1:.2f}, {y1:.2f}, {z1:.2f})."
249
249
250
250
ifresponse.success:
251
-
returnf"End effector successfully positioned at coordinates ({x:.2f}, {y:.2f}, {z:.2f}). Note: The status of object interaction (grab/drop) is not confirmed by this movement."
251
+
returnf"End effector successfully positioned at coordinates ({x1:.2f}, {y1:.2f}, {z1:.2f}). Note: The status of object interaction (grab/drop) is not confirmed by this movement."
252
252
else:
253
-
returnf"Failed to position end effector at coordinates ({x:.2f}, {y:.2f}, {z:.2f})."
253
+
returnf"Failed to position end effector at coordinates ({x1:.2f}, {y1:.2f}, {z1:.2f})."
0 commit comments