![]() |
amino
1.0-beta2
Lightweight Robot Utility Library
|
Roll-Pitch-Yaw Euler angles. More...
Public Member Functions | |
def | __init__ (self, arg=None) |
def | r (self) |
Roll. | |
def | r (self, value) |
def | p (self) |
Pitch. | |
def | p (self, value) |
def | y (self) |
Yaw. | |
def | y (self, value) |
def | __repr__ (self) |
![]() | |
def | to_quat (self, h) |
Converts to a quaternion. | |
def | to_rotmat (self, r) |
Converts to a rotation matrix and store in. | |
def | x (self) |
X-axis rotation. | |
def | x (self, value) |
def | z (self) |
Z-axis rotation. | |
def | z (self, value) |