place_object_with_reference()¶
Places the currently held object at a specified distance from a reference object.
Reference¶
Arguments¶
Arguments |
Type |
Default value |
|
|---|---|---|---|
detector_model |
|
Name of the detection model that will be used to recognize and localize the reference object. |
|
source |
|
Name of the camera that will be sourced to recognize the target object. |
|
object_name |
|
Name of the reference, as recognizable by the detection model. |
|
height_object |
|
Height of the object to place, in meters. |
|
arm |
|
Arm to execute place |
|
distance |
|
Distance to place the object from the reference object, in meters. |
|
callback_feedback |
|
|
Function to be called throughout the placement procedure. |
callback_finish |
|
|
Function to be called once object is placed. |
wait |
|
|
If |
Return¶
None
Exceptions¶
Exception |
Condition |
|---|---|
|
Manipulation process already in execution. |