3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

unit_pose()

정의

unit_pose(posx1)

기능

주어진 posx translation 성분의 단위 백터를 구합니다.

인수

인수명

자료형

기본값

설명

posx1

posx

list (float[6])

-

posx 또는

position list [mm, deg]

리턴

설명

float[3]

주어진 posx의 단위 백터

예외

예외

설명

DR_Error (DR_ERROR_TYPE)

인수들의 데이터형 오류 시

예제

Python
posx1 = [100, 20, 300, 90, 0, 180]
res = unit_pose(posx1)

Keyword

unit_ / pose