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

A rotational and translational velocity. More...

Inheritance diagram for amino.tf.TfVel:
amino.tf.TfVec

Public Member Functions

def __init__ (self)
 
- Public Member Functions inherited from amino.tf.TfVec
def rotational (self)
 Rotational part.
 
def translational (self)
 Translational part.
 
def translational (self, x)
 Set the translational part from x.
 
def rotational (self, x)
 Set the rotational part from x.
 
def copy_from (self, src)
 Copies src into self.
 
def zero (self)
 Set to zero.
 
def __len__ (self)
 Number of elements in self.
 
def __getitem__ (self, key)
 
def __setitem__ (self, key, item)
 
def to_dvec (self, vec=DVec(6))
 Copies self to a vec.
 
def from_dvec (self, vec)
 Copies vec to self.
 

Additional Inherited Members

- Public Attributes inherited from amino.tf.TfVec
 rotational
 
 translational
 

Detailed Description

A rotational and translational velocity.

Definition at line 1295 of file tf.py.


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