mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples] Add comments to StateSpaceDifferentialDrive (#4341)
This commit is contained in:
@@ -47,6 +47,9 @@ public class RobotContainer {
|
||||
m_robotDrive.setDefaultCommand(
|
||||
// A split-stick arcade command, with forward/backward controlled by the left
|
||||
// hand, and turning controlled by the right.
|
||||
// If you are using the keyboard as a joystick, it is recommended that you go
|
||||
// to the following link to read about editing the keyboard settings.
|
||||
// https://docs.wpilib.org/en/stable/docs/software/wpilib-tools/robot-simulation/simulation-gui.html#using-the-keyboard-as-a-joystick
|
||||
new RunCommand(
|
||||
() ->
|
||||
m_robotDrive.arcadeDrive(
|
||||
|
||||
Reference in New Issue
Block a user