pick_object_point()¶
Uses an arm’s gripper to pick up a nearby object at a target point. Point: list with (x,y,z).
Reference¶
Arguments¶
Arguments |
Type |
Default value |
|
|---|---|---|---|
point |
|
List of three positions representing the target point. |
|
object_height |
|
Total height of the object to be picked. |
|
pick_height |
|
Height at which the object should be picked. |
|
width |
|
Width of the gripper. |
|
angles |
|
|
List of three angles defining the orientation of the gripper. |
arms |
|
|
List of arms to be used for picking. |
pressure |
|
|
Pressure applied by the gripper. |
method |
|
|
Method for picking the object. |
callback_feedback |
|
|
Callable function for feedback. |
callback_finish |
|
|
Callable function for finish. |
wait |
|
|
Coolean indicating whether to wait for user response. |
Return¶
None
Exceptions¶
None