#include <control_loops.h>
|
static constexpr double | kP = 0.11 |
|
static constexpr double | kI = 0.0 |
|
static constexpr double | kD = 0.0 |
|
static constexpr double | kF = 0.05 |
|
static constexpr double | iZone = 500.0 |
|
static constexpr double | allowableError = 0.0 |
|
◆ allowableError
constexpr double controlLoop::comp_bot::drive::drive::allowableError = 0.0 |
|
staticconstexpr |
◆ iZone
constexpr double controlLoop::comp_bot::drive::drive::iZone = 500.0 |
|
staticconstexpr |
◆ kD
constexpr double controlLoop::comp_bot::drive::drive::kD = 0.0 |
|
staticconstexpr |
◆ kF
constexpr double controlLoop::comp_bot::drive::drive::kF = 0.05 |
|
staticconstexpr |
◆ kI
constexpr double controlLoop::comp_bot::drive::drive::kI = 0.0 |
|
staticconstexpr |
◆ kP
constexpr double controlLoop::comp_bot::drive::drive::kP = 0.11 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: