Struct PIDProperties

Struct Documentation

struct PIDProperties

Struct for storing PID controller properties.

Public Members

double p = 1

Proportional constant.

double i = 0

Integral constant.

double d = 0

Derivative constant.

double command = M_PI / 2

Desired state of the plant.