2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
Loading...
Searching...
No Matches
controlLoop::comp_bot::shooter::shooter Struct Reference

#include <control_loops.h>

Static Public Attributes

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
 

Member Data Documentation

◆ 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: