Set the tool pose of Almond Bot . Almond Bot will move linearly to the target Pose.

Parameters

pose
Pose
required

The tool pose to set. See Pose for more details.

is_offset
boolean
default:"false"

A boolean to indicate whether the target pose is an absolute target or an offset from the current pose.

Example Usage

await client.set_tool_pose(Pose(x=0.1, y=0.2, z=0.3, roll=0, pitch=0, yaw=0), is_offset=True)