mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
22 lines
387 B
YAML
22 lines
387 B
YAML
|
|
extra_includes:
|
||
|
|
- frc/motorcontrol/MotorController.h
|
||
|
|
- wpi/SmallString.h
|
||
|
|
|
||
|
|
classes:
|
||
|
|
frc::RobotDriveBase:
|
||
|
|
attributes:
|
||
|
|
m_deadband:
|
||
|
|
m_maxOutput:
|
||
|
|
kDefaultDeadband:
|
||
|
|
kDefaultMaxOutput:
|
||
|
|
enums:
|
||
|
|
MotorType:
|
||
|
|
methods:
|
||
|
|
RobotDriveBase:
|
||
|
|
SetDeadband:
|
||
|
|
SetMaxOutput:
|
||
|
|
FeedWatchdog:
|
||
|
|
StopMotor:
|
||
|
|
GetDescription:
|
||
|
|
Desaturate:
|