2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
Loading...
Searching...
No Matches
SwerveModule Class Reference

#include <swerve_drive_subsystem.h>

Public Member Functions

 SwerveModule (const argos_lib::CANAddress &driveAddr, const argos_lib::CANAddress &turnAddr, const argos_lib::CANAddress &encoderAddr)
 Construct a new Swerve Module object. More...
 
frc::SwerveModuleState GetState ()
 

Public Attributes

WPI_TalonFX m_drive
 
WPI_TalonFX m_turn
 
CANCoder m_encoder
 

Detailed Description

Constructor & Destructor Documentation

◆ SwerveModule()

SwerveModule::SwerveModule ( const argos_lib::CANAddress driveAddr,
const argos_lib::CANAddress turnAddr,
const argos_lib::CANAddress encoderAddr 
)

Construct a new Swerve Module object.

Parameters
driveAddraddress of the drive motor on the module
turnAddraddress of the turn motor on the module
encoderAddraddress of the encoder on this module

Member Function Documentation

◆ GetState()

frc::SwerveModuleState SwerveModule::GetState ( )

Member Data Documentation

◆ m_drive

WPI_TalonFX SwerveModule::m_drive

◆ m_encoder

CANCoder SwerveModule::m_encoder

◆ m_turn

WPI_TalonFX SwerveModule::m_turn

The documentation for this class was generated from the following files: