TankDrive

public class TankDrive extends AbstractTankDrive implements DriveComponent

A Component implementation of a tank drive.

Constructors

Link copied to clipboard
public TankDrive TankDrive(MotorGroup left, MotorGroup right, TankConstraints constraints, AngleSensor externalHeadingSensor)
public TankDrive TankDrive(MotorGroup left, MotorGroup right, TankConstraints constraints)
public TankDrive TankDrive(MotorGroup left, MotorGroup right, Double trackWidth, AngleSensor externalHeadingSensor)
public TankDrive TankDrive(MotorGroup left, MotorGroup right, Double trackWidth)

Properties

Link copied to clipboard
protected final MotorGroup motors

All the motors in this drive.

Functions

Link copied to clipboard
Link copied to clipboard
public Unit setMotorPowers(Double left, Double right)
Link copied to clipboard
public Unit setRunMode(Motor.RunMode runMode)
Link copied to clipboard
public Unit setWheelVelocities(List<Double> velocities, List<Double> accelerations)
Link copied to clipboard
Link copied to clipboard
public Unit update()

This method is called repeatedly by the CommandScheduler.