LinearizeAngularTrajectory Class Reference

#include <RobotAPI/libraries/core/math/LinearizeAngularTrajectory.h>

Public Member Functions

float getLinearValue ()
 
 LinearizeAngularTrajectory (float initialLinearValue)
 
float update (float angle)
 

Static Public Member Functions

static std::vector< floatAngularize (const std::vector< float > &data, float center=0)
 
static void AngularizeRef (std::vector< float > &data, float center=0)
 
static std::vector< floatLinearize (const std::vector< float > &data)
 
static void LinearizeRef (std::vector< float > &data)
 

Detailed Description

Definition at line 34 of file LinearizeAngularTrajectory.h.

Constructor & Destructor Documentation

◆ LinearizeAngularTrajectory()

LinearizeAngularTrajectory ( float  initialLinearValue)

Definition at line 29 of file LinearizeAngularTrajectory.cpp.

Member Function Documentation

◆ Angularize()

std::vector< float > Angularize ( const std::vector< float > &  data,
float  center = 0 
)
static

Definition at line 74 of file LinearizeAngularTrajectory.cpp.

+ Here is the call graph for this function:

◆ AngularizeRef()

void AngularizeRef ( std::vector< float > &  data,
float  center = 0 
)
static

Definition at line 85 of file LinearizeAngularTrajectory.cpp.

+ Here is the call graph for this function:

◆ getLinearValue()

float getLinearValue ( )

Definition at line 40 of file LinearizeAngularTrajectory.cpp.

◆ Linearize()

std::vector< float > Linearize ( const std::vector< float > &  data)
static

Definition at line 45 of file LinearizeAngularTrajectory.cpp.

+ Here is the call graph for this function:

◆ LinearizeRef()

void LinearizeRef ( std::vector< float > &  data)
static

Definition at line 61 of file LinearizeAngularTrajectory.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ update()

float update ( float  angle)

Definition at line 34 of file LinearizeAngularTrajectory.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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