Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Controls Changes #64

Merged
merged 5 commits into from
Dec 11, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ public void init() {
" * Gamepad 2\n" +
" * Right Bumper = Claw Joint +\n" +
" * Right Trigger = Claw Joint -\n" +
" * Left Bumper = Automatic Scoring\n" +
" * Left Trigger = VS, Arm and Claw reset (Automatic Scoring Reset)\n" +
" * X = Automatic Scoring\n" +
" * Y = VS, Arm and Claw reset (Automatic Scoring Reset)\n" +
" * A = Activate Intake (Hold)\n" +
" * X = Claw Lock + (Manual)\n" +
" * Y = Claw Lock - (Manual)\n" +
" * Left Bumper = Claw Lock + (Manual)\n" +
" * Left Trigger = Claw Lock - (Manual)\n" +
" * D Pad Up = VS Up (Manual)\n" +
" * D Pad Down = VS Down (Manual)\n");
" * D Pad Down = VS Down (Manual)");
}

@Override
Expand All @@ -90,11 +90,11 @@ public void loop() {
* Gamepad 2
* Right Bumper = Claw Joint +
* Right Trigger = Claw Joint -
* Left Bumper = Automatic Scoring
* Left Trigger = VS, Arm and Claw reset (Automatic Scoring Reset)
* X = Automatic Scoring
* Y = VS, Arm and Claw reset (Automatic Scoring Reset)
* A = Activate Intake (Hold)
* X = Claw Lock + (Manual)
* Y = Claw Lock - (Manual)
* Left Bumper = Claw Lock + (Manual)
* Left Trigger = Claw Lock - (Manual)
* D Pad Up = VS Up (Manual)
* D Pad Down = VS Down (Manual)
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we please get rid of this comment...?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine

Expand Down