MAGIKS  1.1
Manipulator General Inverse Kinematic Solver
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
Orientation_Path Class Reference
Inheritance diagram for Orientation_Path:
Path Orientation_Path_Polynomial

Public Member Functions

def __init__
 
def set_phi
 
def add_point
 
- Public Member Functions inherited from Path
def __init__
 Class Constructor. More...
 
def __str__
 String representation of the instance (trajectory segment) More...
 
def add_point
 Use this function to append a key point to the end of the trajectory segment. More...
 
def points_dist
 Computes the euclidean distances of each key point from the next and return the result in a vector. More...
 
def closest_keypoint_number
 
def get_keypoint
 
def set_phase
 Sets the current phase value. More...
 
def __getitem__
 
def set_phi
 Sets the current phase value. More...
 
def map_phi
 
def current_value
 
def plot
 
def scatter_plot
 

Public Attributes

 current_orientation
 
- Public Attributes inherited from Path
 current_phi
 
 phi_end
 A float indicating the phase of the last key point (Maximum value for phi) More...
 
 npoint
 An integer indicating the number of points. More...
 
 capacity
 An integer indicating how many key points the path can hold. More...
 
 dim
 
 current_position
 
 current_velocity
 
 current_acceleration
 
 plot_settings
 
 point
 
 phi_start
 

Detailed Description

Definition at line 930 of file trajectory.py.

Constructor & Destructor Documentation

def __init__ (   self,
  representation = 'vector',
  parametrization = 'identity',
  capacity = 2 
)

Definition at line 931 of file trajectory.py.

Member Function Documentation

def add_point (   self,
  phi,
  ori 
)

Definition at line 941 of file trajectory.py.

def set_phi (   self,
  phi 
)

Definition at line 935 of file trajectory.py.

Member Data Documentation

current_orientation

Definition at line 933 of file trajectory.py.


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