Is there a way to make the robot start up more gradually in tankdrive and in arcadedrive? Right now i am just using the RobotDrive class to control our Sim motors.
if(driveMode==0){
drive.tankDrive(rightstick, leftstick);
}
if(driveMode==1){
drive.arcadeDrive(rightstick);
}