Skip to content

Commit b7a7705

Browse files
committed
Added NI section
1 parent b5ffa9b commit b7a7705

5 files changed

Lines changed: 21 additions & 3 deletions

File tree

Writerside/in.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<toc-element topic="Closed-Loop-Control.md"/>
5454
<toc-element topic="PID.md"/>
5555
<toc-element topic="Motion-Magic.md"/>
56+
<toc-element topic="Profiled-PID.md"/>
5657
</toc-element>
5758
<toc-element topic="Swerve.topic">
5859
<toc-element topic="Intro-To-Swerve.md"/>

Writerside/topics/Controls/Feedforward-Open-Loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Open Loop Control (In Progress)
1+
# Open Loop Control
22

33
Open loop control is when you command a motor to go to a certain output without ever receiving feedback on whether it is actually there.
44
A real life example of this could be your oven: you tell it to go to 350 degrees, and it may or may not actually be that.
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Motion Magic
22

3-
Start typing here...
3+
Motion Magic is a closed loop trapezoidal control in the Phoenix library.
4+
The goal
5+
6+
> **Quick Note**
7+
>
8+
> Motion Magic is exclusive to CTRE motor controllers and some features may require Phoenix pro.
9+
> Concepts from here can be applied to general trapezoidal profiling.
10+
>
11+
{style="note"}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# NI
22

3-
Start typing here...
3+
NI is used to install NI Game tools which contains useful software needed for FRC. You will need to do it each season.
4+
5+
## Installing FRC Game Tools
6+
Download the latest version from [NI](https://www.ni.com/en/support/downloads/drivers/download.frc-game-tools.html#553883).
7+
For the log in information, please ask a software member. For security purposes, it will not be on the docs.
8+
9+
and that should be it! ╰(*°▽°*)╯

Writerside/topics/Profiled-PID.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Profiled PID
2+
3+
Start typing here...

0 commit comments

Comments
 (0)