Reflexxes Motion Libraries Manual and Documentation (Type IV)

Overview About the Source Code

The source code of the Reflexxes Type IV Motion Library is structured in a simple and clear three-layered way:

  1. The Interface Layer

  2. The Algorithm Layer

  3. The Math Layer

SourceCodeLayers.png

Illustration of the three source code layers of the Reflexxes Motion Libraries.


The Interface Layer

The interface layer is based on the class ReflexxesLib and constitutes the user API of the Reflexxes Motion Libraries. It wraps around the algorithmic classes TypeIVOTGPosition and TypeIVOTGPosition (cf. The Algorithm Layer) and hides all functionalities that are not required by the user application in order to obtain a clean and minimal interface for all applications. For a description of input and output values, please refer to the Description of Input Values and the Description of Output Values.


Class List


File List



The Algorithm Layer

The algorithm layer contains the actual Type IV On-Line Trajectory Generation (OTG) algorithm. The position-based algorithm is realized by the class TypeIVOTGPosition, and the velocity-based algorithm is realized by the class TypeIVOTGVelocity. Both classes make use of the namespace TypeIVOTGMath, which provides all mathematical foundation for the algorithms (cf. The Math Layer). The methods to call the actual algorithms are TypeIVOTGPosition::GetNextStateOfMotion() and TypeIVOTGPosition::GetNextStateOfMotion(), both of which are used by the API class ReflexxesLib (cf. The Interface Layer).


Class List


File List for the Position-Based Algorithm


File List for the Velocity-Based Algorithm


The Math Layer

The math layer is the most fundamental layer. It provides a collection of mathematical functions that required by the classes TypeIVOTGPosition and TypeIVOTGVelocity. All these functions are contained in the namespace TypeIVOTGMath.


Class List


File List

User documentation of the Reflexxes Motion Libraries by Reflexxes GmbH (Company Information, Impressum). This document was generated with Doxygen on Mon May 9 2011 08:37:25. Copyright 2010–2011.