Skip to content

Commit

Permalink
vault backup: 2024-12-14 19:53:47
Browse files Browse the repository at this point in the history
  • Loading branch information
bvisness committed Dec 15, 2024
1 parent bf89dd5 commit 58cb351
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/Glossary/Game Manual.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The one and only official reference for the rules of FRC.

Every year, *FIRST* releases a new version of the game manual at [[Kickoff]]. The manual contains information about the current game, scoring information, gameplay rules, robot safety rules, robot construction requirements, and tournament rules.
Every year, *FIRST* releases a new version of the game manual at Kickoff. The manual contains information about the current game, scoring information, gameplay rules, robot safety rules, robot construction requirements, and tournament rules.

All students are expected to read and understand the contents of the game manual.

Expand Down
8 changes: 3 additions & 5 deletions content/Glossary/Git.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
TODO
A version control program designed for code. It allows multiple programmers to collaborate on a single codebase, and for independent changes to be merged together into a single history.

TEST CONTENT
Git and GitHub are different. Git is the program that runs on your computer to manage versions of your code and allow you to view older changes. GitHub is an online service that hosts Git repositories, allowing multiple developers to sync their changes with each other.

You can update these files locally, and they automatically save.

We recommend installing the Git plugin for Obsidian, which you can install from Obsidian's settings. (TODO: more detailed)
All of our team's code, and this knowledge base, can be found on [our GitHub page](https://github.com/frc-2175).
16 changes: 15 additions & 1 deletion content/Glossary/Pneumatics.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
TODO
Pneumatic mechanisms are those powered by compressed air. FRC robots can use pneumatics to perform a variety of tasks.

The pneumatics subsystem on an FRC robot consists of the following:

- A [[Compressor]]
- Air tanks for storage
- A [[Pressure Regulator]] to restrict the pressure used to operate mechanisms
- [[Air Cylinder|Air cylinders]] to operate mechanisms
- [[Solenoid|Solenoids]] to control the air cylinders
- A [[Pressure Switch]] to shut off the [[Compressor]] when the maximum pressure is reached
- The [[PCM (Pneumatics Control Module)]], which operates the [[Compressor]] and [[Solenoid|Solenoids]]

FRC robots can store compressed air at up to 120 psi, and can operate mechanisms at up to 60 psi. A [[Pressure Regulator]] converts the 120 psi _stored pressure_ to the 60 psi _working pressure_.

Full details about the safe construction of the pneumatics subsystem can be found in the [[Game Manual]].

0 comments on commit 58cb351

Please sign in to comment.