pick_object()¶
Uses an arm’s gripper to pick up a nearby target object.
Reference¶
Arguments¶
Arguments |
Type |
Default value |
|
|---|---|---|---|
detector_model |
|
The detector model used for object. detection |
|
object_name |
|
The name of the object to pick. |
|
source |
|
The source of the object (e.g., camera name or sensor identifier). |
|
pressure |
|
|
The pressure value for picking the object. |
arms |
|
|
The list of arms to use for picking. |
timeout |
|
|
The timeout value in seconds for the picking process. |
method |
|
|
The picking method to use. |
options |
|
|
Additional options for the picking process. |
callback_feedback |
|
|
Callable function for feedback. |
callback_finish |
|
|
Callable function for finish. |
wait |
|
|
Boolean indicating whether to wait for user response. |
Return¶
None