mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Feed RobotDrive watchdog in RamseteCommand example (#2298)
This commit is contained in:
@@ -117,6 +117,7 @@ public class DriveSubsystem extends SubsystemBase {
|
||||
public void tankDriveVolts(double leftVolts, double rightVolts) {
|
||||
m_leftMotors.setVoltage(leftVolts);
|
||||
m_rightMotors.setVoltage(-rightVolts);
|
||||
m_drive.feed();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user