LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
light::PidConstants Struct Reference

Container for one PID's four editable gain values. More...

#include <pid_tuner.hpp>

Public Attributes

double val [CONST_COUNT] = {0, 0, 0, 0}
 

Detailed Description

Container for one PID's four editable gain values.

Definition at line 33 of file pid_tuner.hpp.

Member Data Documentation

◆ val

double light::PidConstants::val[CONST_COUNT] = {0, 0, 0, 0}

Definition at line 34 of file pid_tuner.hpp.


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