2025-Robot
Robot code for 2025 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 = true
 
static constexpr auto statorCurrentLimit = 80_A
 
static constexpr auto neutralDeadband = motorConfig::common::neutralDeadband
 
static constexpr auto neutralMode = ctre::phoenix6::signals::NeutralModeValue::Brake
 
static constexpr auto statusFrameMotorMode = argos_lib::status_frame_config::MotorPresetMode::LeaderFX
 
static constexpr auto selectedSensor = ctre::phoenix6::signals::FeedbackSensorSourceValue::RotorSensor
 
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_kS = controlLoop::comp_bot::drive::drive::kS
 
static constexpr auto pid0_kV = controlLoop::comp_bot::drive::drive::kV
 
static constexpr auto pid0_kA = controlLoop::comp_bot::drive::drive::kA
 
static constexpr auto pid0_kG = controlLoop::comp_bot::drive::drive::kG
 
static constexpr auto pid0_gravityType = controlLoop::comp_bot::drive::drive::gravityType
 

Member Data Documentation

◆ inverted

auto motorConfig::comp_bot::drive::genericDrive::inverted = true
staticconstexpr

◆ neutralDeadband

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

◆ neutralMode

auto motorConfig::comp_bot::drive::genericDrive::neutralMode = ctre::phoenix6::signals::NeutralModeValue::Brake
staticconstexpr

◆ pid0_gravityType

auto motorConfig::comp_bot::drive::genericDrive::pid0_gravityType = controlLoop::comp_bot::drive::drive::gravityType
staticconstexpr

◆ pid0_kA

auto motorConfig::comp_bot::drive::genericDrive::pid0_kA = controlLoop::comp_bot::drive::drive::kA
staticconstexpr

◆ pid0_kD

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

◆ pid0_kG

auto motorConfig::comp_bot::drive::genericDrive::pid0_kG = controlLoop::comp_bot::drive::drive::kG
staticconstexpr

◆ pid0_kI

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

◆ pid0_kP

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

◆ pid0_kS

auto motorConfig::comp_bot::drive::genericDrive::pid0_kS = controlLoop::comp_bot::drive::drive::kS
staticconstexpr

◆ pid0_kV

auto motorConfig::comp_bot::drive::genericDrive::pid0_kV = controlLoop::comp_bot::drive::drive::kV
staticconstexpr

◆ selectedSensor

auto motorConfig::comp_bot::drive::genericDrive::selectedSensor = ctre::phoenix6::signals::FeedbackSensorSourceValue::RotorSensor
staticconstexpr

◆ statorCurrentLimit

auto motorConfig::comp_bot::drive::genericDrive::statorCurrentLimit = 80_A
staticconstexpr

◆ statusFrameMotorMode

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

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