motor_controller
Public Member Functions | Public Attributes | List of all members
motor_controller::PIVSettings Struct Reference

#include <PIV.hpp>

Public Member Functions

 PIVSettings ()
 

Public Attributes

double Kpp
 Position Proportional Gain. More...
 
double Kiv
 Velocity Integral Gain. More...
 
double Kpv
 Velocity Proportional Gain. More...
 
double Kvff
 Velocity Feedforward Gain. More...
 
double Kaff
 Acceleration Feedforward Gain. More...
 
double Kalp
 Velocity Estimation Smoothing Factor. More...
 
double Ts
 Sampling Time. More...
 
double YMin
 Lower Output Limit. More...
 
double YMax
 Upper Output Limit. More...
 
double Kt
 Anti-Windup Coefficient. More...
 

Constructor & Destructor Documentation

motor_controller::PIVSettings::PIVSettings ( )
inline

Member Data Documentation

double motor_controller::PIVSettings::Kaff

Acceleration Feedforward Gain.

double motor_controller::PIVSettings::Kalp

Velocity Estimation Smoothing Factor.

double motor_controller::PIVSettings::Kiv

Velocity Integral Gain.

double motor_controller::PIVSettings::Kpp

Position Proportional Gain.

double motor_controller::PIVSettings::Kpv

Velocity Proportional Gain.

double motor_controller::PIVSettings::Kt

Anti-Windup Coefficient.

double motor_controller::PIVSettings::Kvff

Velocity Feedforward Gain.

double motor_controller::PIVSettings::Ts

Sampling Time.

double motor_controller::PIVSettings::YMax

Upper Output Limit.

double motor_controller::PIVSettings::YMin

Lower Output Limit.


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