2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
motorConfig::comp_bot::lifter::shoulderFollower Struct Reference

#include <motors.h>

Static Public Attributes

static constexpr auto inverted = ctre::phoenix::motorcontrol::InvertType::FollowMaster
 
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
 
static constexpr auto remoteFilter0_addr = address::comp_bot::encoders::shoulderEncoder
 
static constexpr auto remoteFilter0_type
 
static constexpr auto pid0_selectedSensor = ctre::phoenix::motorcontrol::FeedbackDevice::RemoteSensor0
 
static constexpr auto pid0_kP = controlLoop::comp_bot::lifter::shoulder::kP
 
static constexpr auto pid0_kI = controlLoop::comp_bot::lifter::shoulder::kI
 
static constexpr auto pid0_kD = controlLoop::comp_bot::lifter::shoulder::kD
 
static constexpr auto pid0_kF = controlLoop::comp_bot::lifter::shoulder::kF
 
static constexpr auto pid0_iZone = controlLoop::comp_bot::lifter::shoulder::iZone
 
static constexpr auto pid0_allowableError = controlLoop::comp_bot::lifter::shoulder::allowableError
 

Member Data Documentation

◆ inverted

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::inverted = ctre::phoenix::motorcontrol::InvertType::FollowMaster
staticconstexpr

◆ neutralDeadband

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::neutralDeadband = motorConfig::common::neutralDeadband
staticconstexpr

◆ neutralMode

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::neutralMode = ctre::phoenix::motorcontrol::NeutralMode::Brake
staticconstexpr

◆ pid0_allowableError

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_allowableError = controlLoop::comp_bot::lifter::shoulder::allowableError
staticconstexpr

◆ pid0_iZone

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_iZone = controlLoop::comp_bot::lifter::shoulder::iZone
staticconstexpr

◆ pid0_kD

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_kD = controlLoop::comp_bot::lifter::shoulder::kD
staticconstexpr

◆ pid0_kF

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_kF = controlLoop::comp_bot::lifter::shoulder::kF
staticconstexpr

◆ pid0_kI

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_kI = controlLoop::comp_bot::lifter::shoulder::kI
staticconstexpr

◆ pid0_kP

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_kP = controlLoop::comp_bot::lifter::shoulder::kP
staticconstexpr

◆ pid0_selectedSensor

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::pid0_selectedSensor = ctre::phoenix::motorcontrol::FeedbackDevice::RemoteSensor0
staticconstexpr

◆ remoteFilter0_addr

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::remoteFilter0_addr = address::comp_bot::encoders::shoulderEncoder
staticconstexpr

◆ remoteFilter0_type

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::remoteFilter0_type
staticconstexpr
Initial value:
=
ctre::phoenix::motorcontrol::RemoteSensorSource::RemoteSensorSource_CANCoder

◆ sensorPhase

constexpr bool motorConfig::comp_bot::lifter::shoulderFollower::sensorPhase = false
staticconstexpr

◆ statusFrameMotorMode

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::statusFrameMotorMode
staticconstexpr

◆ voltCompSat

constexpr auto motorConfig::comp_bot::lifter::shoulderFollower::voltCompSat = motorConfig::common::voltCompSat
staticconstexpr

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