amino  1.0-beta2
Lightweight Robot Utility Library
amino.tf.EulerRPY Class Reference

Roll-Pitch-Yaw Euler angles. More...

Inheritance diagram for amino.tf.EulerRPY:
amino.tf.EulerZYX

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)
 
- Public Member Functions inherited from amino.tf.EulerZYX
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)
 

Detailed Description

Roll-Pitch-Yaw Euler angles.

Definition at line 363 of file tf.py.


The documentation for this class was generated from the following file: