-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from bow4290/dev
Finished Chapter 2.3 in Programming Training
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 4290 Programming Training Ch 2.3 - Joysticks / Controllers | ||
## Controlling the Robot | ||
When interacting with the robot using any type of controller, such as a Xbox Controller, PS4 Controller, or even a custom built control system, you need to be able to actually *use* them. In WPILib these are called joysticks. The following article(s) go over this in greater detail: | ||
- [1. Article - Joysticks (WPILib)](https://docs.wpilib.org/en/stable/docs/software/basic-programming/joystick.html#) | ||
- [2. Article - Binding Commands to Triggers](https://docs.wpilib.org/en/stable/docs/software/commandbased/binding-commands-to-triggers.html) | ||
|
||
|
||
--- | ||
|
||
### [<< Previous](./2_command_subsystems.md) | Next (Coming Soon...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters