Class PIDParams#

Inheritance Relationships#

Base Type#

Class Documentation#

class PIDParams : public Karana::Models::KModelParams#

Parameters for the PID model.

Public Functions

PIDParams(std::string_view name)#

Constructor.

Parameters:

name – - Name of the params.

virtual bool isReady() const final#

Used to ensure the params are ready.

Returns:

true if the params are ready, `false otherwise.

Public Members

double kp#

Proportional gain.

double kd#

Derivative gain.

double ki#

Integral gain.