Public Member Functions | Public Attributes | List of all members
helper.Pose Class Reference

Public Member Functions

def __init__ (self, position, orientation)
 
def equals (self, other, tolerance=0.001)
 
def from_json (cls, path)
 
def from_message (cls, message)
 
def inverse (self)
 

Public Attributes

 orientation
 
 position
 

Detailed Description

Definition at line 7 of file helper.py.

Constructor & Destructor Documentation

def helper.Pose.__init__ (   self,
  position,
  orientation 
)

Definition at line 8 of file helper.py.

Member Function Documentation

def helper.Pose.equals (   self,
  other,
  tolerance = 0.001 
)
Check whether this pose is equal to another one. The poses are
considered equal, when all of the entries are within the given tolerance
of each other.

Definition at line 53 of file helper.py.

def helper.Pose.from_json (   cls,
  path 
)

Definition at line 13 of file helper.py.

def helper.Pose.from_message (   cls,
  message 
)

Definition at line 28 of file helper.py.

def helper.Pose.inverse (   self)
Get the inverse of the pose.

Definition at line 39 of file helper.py.

Member Data Documentation

helper.Pose.orientation

Definition at line 10 of file helper.py.

helper.Pose.position

Definition at line 9 of file helper.py.


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


ensenso_camera_test
Author(s): Ensenso
autogenerated on Thu May 6 2021 02:50:10