place_object_with_point()
  • 1 Minute to read

place_object_with_point()


Article summary

Places the currently held object at a specified set of coordinates(x,y,z).

Reference

Arguments

ArgumentsTypeDefault value
point_to_placelist-Target where to place the object. Format: [x, y, z].
armstr-Arm to execute place
callback_feedbackcallableNoneFunction to be called throughout the placement procedure.
callback_finishcallableNoneFunction to be called once object is placed.
waitboolFalseIf True, program will wait until object is placed before continuing with other code. If False, program will continue running asynchronously.

Return

None

Exceptions

None

See the complete list of manipulation exceptions.


Was this article helpful?

What's Next