Skip to main content
Skip table of contents

get_user_cart_coord(id)

Features

This function returns the pose and reference coordinate system of the requested user coordinate system [id].

Parameters

Parameter NameData TypeDefault ValueDescription

id

int

-

coordinate ID

Return

ValueDescription

posx

Position and orientation information of the coordinate to get

ref

Reference coordinate of the coordinate to get

Exception

ExceptionDescription

DR_Error (DR_ERROR_TYPE)

Parameter data type error occurred

DR_Error (DR_ERROR_VALUE)

Parameter value is invalid

DR_Error (DR_ERROR_RUNTIME)

C extension module error occurred

DR_Error (DR_ERROR_STOP)

Program terminated forcefully

Example

PY
pose_user1 = posx(10, 20, 30, 0, 0, 0)
id_user = set_user_cart_coord(pose_user1, ref=DR_BASE)
pose, ref = get_user_cart_coord(id_user)

Related commands

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.