place_object_with_tag()
- 1 Minute to read
place_object_with_tag()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Places the currently held object using a tag.
Reference
Arguments
Arguments | Type | Default value | |
---|---|---|---|
tag_family | str | - | tag family |
tag_id | int | - | tag ID |
tag_size | float | - | size of the tag |
source | str | - | source of the object |
arm | str | - | arm to perform the placement |
callback_feedback | callable | None | callable function for feedback (optional) |
callback_finish | callable | None | callable function for finish (optional) |
wait | bool | False | boolean indicating whether to wait for user response |
Return
None
Exceptions
None
See the complete list of manipulation exceptions.
Was this article helpful?