Dear MM-Team,
how could I achieve the following behaviour?
- Detect Grasp-Point via Visual Move (Call Vision A)
- Pick the item
- Do some robot movements with the item attached, call other vision project (Vision B, other camera)
- Drive back to the original picking position and detach the item
(perfect placement, since it was the picking position in the first place)
How can I store the pickup position from the vision move and access it later on?
Ideally with a relative move beforehand, i.e. z=-0.3m.
I tried with the flags:
- Reuse Vision Result
- Share Vision Result
- Keep Shared Vision Result When Succeed
and then just again a visual move (with the same vision project as the first step) for the placement,
but this didnt work and lead to strange behaviour.
Thank you for the help,
best,
Jonathan