mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Add missing documentation for squaredInputs for RobotDrive (#805)
This commit is contained in:
committed by
Peter Johnson
parent
9090a82ef5
commit
52eba45c51
@@ -307,8 +307,7 @@ public class RobotDrive implements MotorSafety {
|
||||
/**
|
||||
* Arcade drive implements single stick driving. Given a single Joystick, the class assumes the Y
|
||||
* axis for the move value and the X axis for the rotate value. (Should add more information here
|
||||
* regarding the way that arcade drive works.) The calculated values will be squared to decrease
|
||||
* sensitivity at low speeds.
|
||||
* regarding the way that arcade drive works.)
|
||||
*
|
||||
* @param stick The joystick to use for Arcade single-stick driving. The Y-axis will be
|
||||
* selected for forwards/backwards and the X-axis will be selected for
|
||||
|
||||
Reference in New Issue
Block a user