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

#include <motors.h>

Static Public Attributes

static constexpr auto inverted = ctre::phoenix::motorcontrol::InvertType::None
 
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::LeaderFX
 
static constexpr auto pid0_selectedSensor = ctre::phoenix::motorcontrol::FeedbackDevice::IntegratedSensor
 
static constexpr auto pid0_kP = controlLoop::comp_bot::drive::drive::kP
 
static constexpr auto pid0_kI = controlLoop::comp_bot::drive::drive::kI
 
static constexpr auto pid0_kD = controlLoop::comp_bot::drive::drive::kD
 
static constexpr auto pid0_kF = controlLoop::comp_bot::drive::drive::kF
 
static constexpr auto pid0_iZone = controlLoop::comp_bot::drive::drive::iZone
 
static constexpr auto pid0_allowableError = controlLoop::comp_bot::drive::drive::allowableError
 

Member Data Documentation

◆ inverted

constexpr auto motorConfig::comp_bot::drive::genericDrive::inverted = ctre::phoenix::motorcontrol::InvertType::None
staticconstexpr

◆ neutralDeadband

constexpr auto motorConfig::comp_bot::drive::genericDrive::neutralDeadband = motorConfig::common::neutralDeadband
staticconstexpr

◆ neutralMode

constexpr auto motorConfig::comp_bot::drive::genericDrive::neutralMode = ctre::phoenix::motorcontrol::NeutralMode::Brake
staticconstexpr

◆ pid0_allowableError

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_allowableError = controlLoop::comp_bot::drive::drive::allowableError
staticconstexpr

◆ pid0_iZone

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_iZone = controlLoop::comp_bot::drive::drive::iZone
staticconstexpr

◆ pid0_kD

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_kD = controlLoop::comp_bot::drive::drive::kD
staticconstexpr

◆ pid0_kF

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_kF = controlLoop::comp_bot::drive::drive::kF
staticconstexpr

◆ pid0_kI

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_kI = controlLoop::comp_bot::drive::drive::kI
staticconstexpr

◆ pid0_kP

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_kP = controlLoop::comp_bot::drive::drive::kP
staticconstexpr

◆ pid0_selectedSensor

constexpr auto motorConfig::comp_bot::drive::genericDrive::pid0_selectedSensor = ctre::phoenix::motorcontrol::FeedbackDevice::IntegratedSensor
staticconstexpr

◆ sensorPhase

constexpr bool motorConfig::comp_bot::drive::genericDrive::sensorPhase = false
staticconstexpr

◆ statusFrameMotorMode

constexpr auto motorConfig::comp_bot::drive::genericDrive::statusFrameMotorMode = argos_lib::status_frame_config::MotorPresetMode::LeaderFX
staticconstexpr

◆ voltCompSat

constexpr auto motorConfig::comp_bot::drive::genericDrive::voltCompSat = motorConfig::common::voltCompSat
staticconstexpr

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