Move Almond Bot in an arc.

Parameters

radius
float
required

Radius of the arc in mm.

pose
Pose
required

Position to move to. 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.move_arc(500, Pose(x=-100, y=-100))