WPILibC++ 2024.3.2
|
Represents common motor layouts of the kit drivetrain. More...
#include <frc/simulation/DifferentialDrivetrainSim.h>
Static Public Attributes | |
static constexpr frc::DCMotor | SingleCIMPerSide = frc::DCMotor::CIM(1) |
One CIM motor per drive side. More... | |
static constexpr frc::DCMotor | DualCIMPerSide = frc::DCMotor::CIM(2) |
Two CIM motors per drive side. More... | |
static constexpr frc::DCMotor | SingleMiniCIMPerSide |
One Mini CIM motor per drive side. More... | |
static constexpr frc::DCMotor | DualMiniCIMPerSide = frc::DCMotor::MiniCIM(2) |
Two Mini CIM motors per drive side. More... | |
static constexpr frc::DCMotor | SingleFalcon500PerSide |
One Falcon 500 motor per drive side. More... | |
static constexpr frc::DCMotor | DualFalcon500PerSide |
Two Falcon 500 motors per drive side. More... | |
static constexpr frc::DCMotor | SingleNEOPerSide = frc::DCMotor::NEO(1) |
One NEO motor per drive side. More... | |
static constexpr frc::DCMotor | DualNEOPerSide = frc::DCMotor::NEO(2) |
Two NEO motors per drive side. More... | |
Represents common motor layouts of the kit drivetrain.
|
staticconstexpr |
Two CIM motors per drive side.
|
staticconstexpr |
Two Falcon 500 motors per drive side.
|
staticconstexpr |
Two Mini CIM motors per drive side.
|
staticconstexpr |
Two NEO motors per drive side.
|
staticconstexpr |
One CIM motor per drive side.
|
staticconstexpr |
One Falcon 500 motor per drive side.
|
staticconstexpr |
One Mini CIM motor per drive side.
|
staticconstexpr |
One NEO motor per drive side.