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