Table of Contents

Function Definition: roboticArm.moveincircleanticlockcise(XPOS, ZPOS = 80, RADIUS = 50, YPOS = 180, TIME = 4000)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
XPOSintThe X position of the center of the circle.-20 to 200
ZPOSintThe Z position of the center of the circle.50 to 8080
RADIUSintThe radius of the circle to be created.10 to 5050
YPOSintThe Y position of the Y plane along which the circle is being created.100 to 240180
TIMEintTime in miliseconds.100 to 100004000

Description

This function creates a anti-clockwise circle trajectory in the Y plane for a robotic arm, given the center position in the X and Z axes, and the radius of the circle. The function calculates the points on the trajectory and sends instructions to the arm to travel to each point sequentially.

Example

There are no examples documented for this article.