Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
PIDController Class Reference

#include <pid_controller.h>

Public Member Functions

 PIDController (float p, float i, float d)
 
float updateAndGetCorrection (float error, float deltaTime)
 

Detailed Description

Definition at line 3 of file pid_controller.h.

Constructor & Destructor Documentation

PIDController::PIDController ( float  p,
float  i,
float  d 
)

Definition at line 3 of file pid_controller.cpp.

Member Function Documentation

float PIDController::updateAndGetCorrection ( float  error,
float  deltaTime 
)

Definition at line 12 of file pid_controller.cpp.

Here is the caller graph for this function:


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