SwoLib
1.0.0
jvm
SwoLib
/
cshcyberhawks.swolib.swerve.configurations
/
SwerveModuleConfiguration
Swerve
Module
Configuration
data
class
SwerveModuleConfiguration
(
val
maxSpeed
:
Double
,
val
wheelRadius
:
Double
,
val
gearRatio
:
Double
)
Members
Constructors
Swerve
Module
Configuration
Link copied to clipboard
constructor
(
maxSpeed
:
Double
,
wheelRadius
:
Double
,
gearRatio
:
Double
)
Properties
gear
Ratio
Link copied to clipboard
val
gearRatio
:
Double
max
Speed
Link copied to clipboard
val
maxSpeed
:
Double
wheel
Radius
Link copied to clipboard
val
wheelRadius
:
Double