RCAC C++
rcacGradFlags Struct Reference

#include <RCACGrad.hpp>

Public Attributes

int lz
 
int ly
 
int lu
 
int Nc
 
Eigen::VectorXd theta_0
 
int filtorder
 
int k_0
 
double alpha
 

Detailed Description

This struct contains the basic parameters needed for gradient RCAC to work.

Parameters
lzNumber of performance measurements
lyNumber of sensor measurements
luNumber of control inputs
NcController order
theta_0Eigen vector with initial controller coefficients. Usually a vector of zeros
filtorderOrder of the filter ( $G_f$)
k_0Minimum number of steps to run before starting the controller (usually k_0 = Nc)
alphaStep size scaling for gradient descent

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