pick_object_point()
  • 1 Minute to read

pick_object_point()


Article summary

Uses an arm's gripper to pick up a nearby object at a target point. Point: list with (x,y,z).

Reference

Arguments

ArgumentsTypeDefault value
pointlist-List of three positions representing the target point.
object_heightfloat-Total height of the object to be picked.
pick_heightfloat-Height at which the object should be picked.
widthfloat-Width of the gripper.
angleslist[]List of three angles defining the orientation of the gripper.
armslist[]List of arms to be used for picking.
pressurefloat0.5Pressure applied by the gripper.
methodstr""Method for picking the object.
callback_feedbackcallableNoneCallable function for feedback.
callback_finishcallableNoneCallable function for finish.
waitboolFalseCoolean indicating whether to wait for user response.

Return

None

Exceptions

None

See the complete list of manipulation exceptions.


Was this article helpful?

What's Next