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

#include <motors.h>

Static Public Attributes

static constexpr auto inverted = ctre::phoenix::motorcontrol::InvertType::InvertMotorOutput
 
static constexpr bool sensorPhase = false
 
static constexpr auto neutralDeadband = motorConfig::common::neutralDeadband
 
static constexpr auto neutralMode = ctre::phoenix::motorcontrol::NeutralMode::Brake
 
static constexpr auto voltCompSat = motorConfig::common::voltCompSat
 
static constexpr auto statusFrameMotorMode = argos_lib::status_frame_config::MotorPresetMode::BasicFX
 
static constexpr auto pid0_selectedSensor = ctre::phoenix::motorcontrol::FeedbackDevice::IntegratedSensor
 
static constexpr auto pid0_kP = controlLoop::comp_bot::climber::hook::kP
 
static constexpr auto pid0_kI = controlLoop::comp_bot::climber::hook::kI
 
static constexpr auto pid0_kD = controlLoop::comp_bot::climber::hook::kD
 
static constexpr auto pid0_kF = controlLoop::comp_bot::climber::hook::kF
 
static constexpr auto pid0_iZone = controlLoop::comp_bot::climber::hook::iZone
 
static constexpr auto pid0_allowableError = controlLoop::comp_bot::climber::hook::allowableError
 
static constexpr auto pid1_kP = controlLoop::comp_bot::climber_loaded::hook::kP
 
static constexpr auto pid1_kI = controlLoop::comp_bot::climber_loaded::hook::kI
 
static constexpr auto pid1_kD = controlLoop::comp_bot::climber_loaded::hook::kD
 
static constexpr auto pid1_kF = controlLoop::comp_bot::climber_loaded::hook::kF
 
static constexpr auto pid1_iZone = controlLoop::comp_bot::climber_loaded::hook::iZone
 
static constexpr auto pid1_allowableError = controlLoop::comp_bot::climber_loaded::hook::allowableError
 

Member Data Documentation

◆ inverted

constexpr auto motorConfig::comp_bot::climber::moveHook::inverted = ctre::phoenix::motorcontrol::InvertType::InvertMotorOutput
staticconstexpr

◆ neutralDeadband

constexpr auto motorConfig::comp_bot::climber::moveHook::neutralDeadband = motorConfig::common::neutralDeadband
staticconstexpr

◆ neutralMode

constexpr auto motorConfig::comp_bot::climber::moveHook::neutralMode = ctre::phoenix::motorcontrol::NeutralMode::Brake
staticconstexpr

◆ pid0_allowableError

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_allowableError = controlLoop::comp_bot::climber::hook::allowableError
staticconstexpr

◆ pid0_iZone

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_iZone = controlLoop::comp_bot::climber::hook::iZone
staticconstexpr

◆ pid0_kD

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_kD = controlLoop::comp_bot::climber::hook::kD
staticconstexpr

◆ pid0_kF

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_kF = controlLoop::comp_bot::climber::hook::kF
staticconstexpr

◆ pid0_kI

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_kI = controlLoop::comp_bot::climber::hook::kI
staticconstexpr

◆ pid0_kP

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_kP = controlLoop::comp_bot::climber::hook::kP
staticconstexpr

◆ pid0_selectedSensor

constexpr auto motorConfig::comp_bot::climber::moveHook::pid0_selectedSensor = ctre::phoenix::motorcontrol::FeedbackDevice::IntegratedSensor
staticconstexpr

◆ pid1_allowableError

constexpr auto motorConfig::comp_bot::climber::moveHook::pid1_allowableError = controlLoop::comp_bot::climber_loaded::hook::allowableError
staticconstexpr

◆ pid1_iZone

constexpr auto motorConfig::comp_bot::climber::moveHook::pid1_iZone = controlLoop::comp_bot::climber_loaded::hook::iZone
staticconstexpr

◆ pid1_kD

constexpr auto motorConfig::comp_bot::climber::moveHook::pid1_kD = controlLoop::comp_bot::climber_loaded::hook::kD
staticconstexpr

◆ pid1_kF

constexpr auto motorConfig::comp_bot::climber::moveHook::pid1_kF = controlLoop::comp_bot::climber_loaded::hook::kF
staticconstexpr

◆ pid1_kI

constexpr auto motorConfig::comp_bot::climber::moveHook::pid1_kI = controlLoop::comp_bot::climber_loaded::hook::kI
staticconstexpr

◆ pid1_kP

constexpr auto motorConfig::comp_bot::climber::moveHook::pid1_kP = controlLoop::comp_bot::climber_loaded::hook::kP
staticconstexpr

◆ sensorPhase

constexpr bool motorConfig::comp_bot::climber::moveHook::sensorPhase = false
staticconstexpr

◆ statusFrameMotorMode

constexpr auto motorConfig::comp_bot::climber::moveHook::statusFrameMotorMode = argos_lib::status_frame_config::MotorPresetMode::BasicFX
staticconstexpr

◆ voltCompSat

constexpr auto motorConfig::comp_bot::climber::moveHook::voltCompSat = motorConfig::common::voltCompSat
staticconstexpr

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