SimplePID Class Reference

#include <RobotAPI/components/units/RobotUnit/NJointControllers/NJointCartesianVelocityController.h>

Public Member Functions

float update (float dt, float error)
 

Public Attributes

float Kd = 0
 
float Kp = 0
 
float lastError = 0
 

Detailed Description

Definition at line 59 of file NJointCartesianVelocityController.h.

Member Function Documentation

◆ update()

float update ( float  dt,
float  error 
)

Definition at line 447 of file NJointCartesianVelocityController.cpp.

Member Data Documentation

◆ Kd

float Kd = 0

Definition at line 62 of file NJointCartesianVelocityController.h.

◆ Kp

float Kp = 0

Definition at line 62 of file NJointCartesianVelocityController.h.

◆ lastError

float lastError = 0

Definition at line 63 of file NJointCartesianVelocityController.h.


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