Re-sending Grasp Poses and Manual Operation Queries #28
-
After the planning process fails for the initial grasp pose sent, how do we resend a new grasp pose? Additionally, is it possible to manually operate the download of observations? If so, can the sending of poses also be done manually? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Thanks for your questions! Here's the breakdown: Question 1: How can we resend a new grasp pose? Question 2: Can we manually download or upload? |
Beta Was this translation helpful? Give feedback.
Thanks for your questions! Here's the breakdown:
Question 1: How can we resend a new grasp pose?
You can send multiple grasp poses by calling the
upload_grasp()
function repeatedly. I'll store all submitted grasps and try planning them from oldest to newest. Prioritize sending your most confident grasp first, followed by safer alternatives.Question 2: Can we manually download or upload?
Manual uploads and downloads aren't supported, and I won’t be able to implement this in time. Please stick to the functions provided in the
04_server_communication.ipynb
notebook. This helps avoid potential errors like using an incorrect team name or sample ID.