DeepBlueRobotics / Offseason2016

Code written during offseason training, as well as specifically for the offseason robot
GNU General Public License v3.0
0 stars 0 forks source link

Gradual Acceleration #9

Open ana-tudor opened 7 years ago

ana-tudor commented 7 years ago

In the OffseasonBot2016 Drivetrain code, write a method that gradually accelerates and decelerates the movement of the robot, instead of driving it directly at the given speed immediately. In RobotBuilder, add a new command called "GradualDrive" that requires the drivetrain subsystem, and add a new button somewhere you think the driver will find convenient. Map the command to the button such that the driver will be able to hold down the button in order to move the robot around more smoothly.