Skip to content

Commit

Permalink
Added rate parameter to OI (this is why you build before commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-101010 committed Dec 13, 2017
1 parent 4f06a41 commit 13f43d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OI::OI() {
b_Button.reset(new JoystickButton(joystick1.get(), 2));
b_Button->WhileHeld(new TurnDistance());
a_Button.reset(new JoystickButton(joystick1.get(), 1));
a_Button->WhileHeld(new DriveForward());
a_Button->WhileHeld(new DriveForward(0.4));

// SmartDashboard Buttons
// END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=CONSTRUCTORS
Expand Down

0 comments on commit 13f43d5

Please sign in to comment.