Skip to content

Commit

Permalink
Deploying to javadoc from @ 98a5399 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
quackitsquinn committed Mar 1, 2024
1 parent bba215c commit 6b689be
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 27 deletions.
3 changes: 3 additions & 0 deletions javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ <h2 title="frc.robot">frc.robot.*</h2>
<div class="col-first even-row-color"><code id="frc.robot.Constants.Controllers.DRIVER_CONTROLLER_PORT">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="frc/robot/Constants.Controllers.html#DRIVER_CONTROLLER_PORT">DRIVER_CONTROLLER_PORT</a></code></div>
<div class="col-last even-row-color"><code>0</code></div>
<div class="col-first odd-row-color"><code id="frc.robot.Constants.Controllers.GAME_PIECE_CONTROLLER_PORT">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="frc/robot/Constants.Controllers.html#GAME_PIECE_CONTROLLER_PORT">GAME_PIECE_CONTROLLER_PORT</a></code></div>
<div class="col-last odd-row-color"><code>1</code></div>
</div>
</li>
<li>
Expand Down
20 changes: 20 additions & 0 deletions javadoc/frc/robot/Constants.Controllers.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ <h2>Field Summary</h2>
<div class="col-last odd-row-color">
<div class="block">Driver station port number for the drive controller.</div>
</div>
<div class="col-first even-row-color"><code>static final int</code></div>
<div class="col-second even-row-color"><code><a href="#GAME_PIECE_CONTROLLER_PORT" class="member-name-link">GAME_PIECE_CONTROLLER_PORT</a></code></div>
<div class="col-last even-row-color">
<div class="block">Driver station port number for the game piece manipulation controller</div>
</div>
</div>
</section>
</li>
Expand Down Expand Up @@ -150,6 +155,21 @@ <h3>DRIVER_CONTROLLER_PORT</h3>
</section>
</li>
<li>
<section class="detail" id="GAME_PIECE_CONTROLLER_PORT">
<h3>GAME_PIECE_CONTROLLER_PORT</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">GAME_PIECE_CONTROLLER_PORT</span></div>
<div class="block">Driver station port number for the game piece manipulation controller</div>
<dl class="notes">
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="../../constant-values.html#frc.robot.Constants.Controllers.GAME_PIECE_CONTROLLER_PORT">Constant Field Values</a></li>
</ul>
</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="DRIVER_CONTROLLER_DEADBAND">
<h3>DRIVER_CONTROLLER_DEADBAND</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">DRIVER_CONTROLLER_DEADBAND</span></div>
Expand Down
53 changes: 31 additions & 22 deletions javadoc/frc/robot/RobotContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,38 +100,41 @@ <h2>Field Summary</h2>
<div class="block">Singleton instance of <a href="subsystems/Drive.html" title="class in frc.robot.subsystems"><code>Drive</code></a> for the whole robot.</div>
</div>
<div class="col-first even-row-color"><code>static edu.wpi.first.wpilibj2.command.button.CommandXboxController</code></div>
<div class="col-second even-row-color"><code><a href="#driverController" class="member-name-link">driverController</a></code></div>
<div class="col-second even-row-color"><code><a href="#drivetrainController" class="member-name-link">drivetrainController</a></code></div>
<div class="col-last even-row-color">
<div class="block">Xbox controller for the driver.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="subsystems/Intake.html" title="class in frc.robot.subsystems">Intake</a></code></div>
<div class="col-second odd-row-color"><code><a href="#intake" class="member-name-link">intake</a></code></div>
<div class="col-last odd-row-color">
<div class="col-first odd-row-color"><code>static edu.wpi.first.wpilibj2.command.button.CommandXboxController</code></div>
<div class="col-second odd-row-color"><code><a href="#gamePieceController" class="member-name-link">gamePieceController</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static <a href="subsystems/Intake.html" title="class in frc.robot.subsystems">Intake</a></code></div>
<div class="col-second even-row-color"><code><a href="#intake" class="member-name-link">intake</a></code></div>
<div class="col-last even-row-color">
<div class="block">Singleton instance of <a href="subsystems/Intake.html" title="class in frc.robot.subsystems"><code>Intake</code></a> for the whole robot.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="subsystems/Limelight.html" title="class in frc.robot.subsystems">Limelight</a></code></div>
<div class="col-second even-row-color"><code><a href="#limelight" class="member-name-link">limelight</a></code></div>
<div class="col-last even-row-color">
<div class="col-first odd-row-color"><code>static <a href="subsystems/Limelight.html" title="class in frc.robot.subsystems">Limelight</a></code></div>
<div class="col-second odd-row-color"><code><a href="#limelight" class="member-name-link">limelight</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Singleton instance of <a href="subsystems/Limelight.html" title="class in frc.robot.subsystems"><code>Limelight</code></a> for aiming.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="subsystems/mailbox/Mailbox.html" title="class in frc.robot.subsystems.mailbox">Mailbox</a></code></div>
<div class="col-second odd-row-color"><code><a href="#mailbox" class="member-name-link">mailbox</a></code></div>
<div class="col-last odd-row-color">
<div class="col-first even-row-color"><code>static <a href="subsystems/mailbox/Mailbox.html" title="class in frc.robot.subsystems.mailbox">Mailbox</a></code></div>
<div class="col-second even-row-color"><code><a href="#mailbox" class="member-name-link">mailbox</a></code></div>
<div class="col-last even-row-color">
<div class="block">Singleton instance of <a href="subsystems/mailbox/Mailbox.html" title="class in frc.robot.subsystems.mailbox"><code>Mailbox</code></a> for the whole robot.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="subsystems/mailbox/MailboxBelts.html" title="class in frc.robot.subsystems.mailbox">MailboxBelts</a></code></div>
<div class="col-second even-row-color"><code><a href="#mailboxBelts" class="member-name-link">mailboxBelts</a></code></div>
<div class="col-last even-row-color">
<div class="col-first odd-row-color"><code>static <a href="subsystems/mailbox/MailboxBelts.html" title="class in frc.robot.subsystems.mailbox">MailboxBelts</a></code></div>
<div class="col-second odd-row-color"><code><a href="#mailboxBelts" class="member-name-link">mailboxBelts</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Singleton instance of <a href="subsystems/mailbox/MailboxBelts.html" title="class in frc.robot.subsystems.mailbox"><code>MailboxBelts</code></a> for the whole robot.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="subsystems/mailbox/MailboxPneumatics.html" title="class in frc.robot.subsystems.mailbox">MailboxPneumatics</a></code></div>
<div class="col-second odd-row-color"><code><a href="#mailboxPneumatics" class="member-name-link">mailboxPneumatics</a></code></div>
<div class="col-last odd-row-color">
<div class="col-first even-row-color"><code>static <a href="subsystems/mailbox/MailboxPneumatics.html" title="class in frc.robot.subsystems.mailbox">MailboxPneumatics</a></code></div>
<div class="col-second even-row-color"><code><a href="#mailboxPneumatics" class="member-name-link">mailboxPneumatics</a></code></div>
<div class="col-last even-row-color">
<div class="block">Singleton instance of <a href="subsystems/mailbox/MailboxPneumatics.html" title="class in frc.robot.subsystems.mailbox"><code>MailboxPneumatics</code></a> for the whole robot.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="subsystems/UrMom.html" title="class in frc.robot.subsystems">UrMom</a></code></div>
<div class="col-second even-row-color"><code><a href="#urMom" class="member-name-link">urMom</a></code></div>
<div class="col-last even-row-color">
<div class="col-first odd-row-color"><code>static <a href="subsystems/UrMom.html" title="class in frc.robot.subsystems">UrMom</a></code></div>
<div class="col-second odd-row-color"><code><a href="#urMom" class="member-name-link">urMom</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Singleton instance of <a href="subsystems/UrMom.html" title="class in frc.robot.subsystems"><code>UrMom</code></a> for the whole robot.</div>
</div>
</div>
Expand Down Expand Up @@ -282,12 +285,18 @@ <h3>climber</h3>
</section>
</li>
<li>
<section class="detail" id="driverController">
<h3>driverController</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">edu.wpi.first.wpilibj2.command.button.CommandXboxController</span>&nbsp;<span class="element-name">driverController</span></div>
<section class="detail" id="drivetrainController">
<h3>drivetrainController</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">edu.wpi.first.wpilibj2.command.button.CommandXboxController</span>&nbsp;<span class="element-name">drivetrainController</span></div>
<div class="block">Xbox controller for the driver.</div>
</section>
</li>
<li>
<section class="detail" id="gamePieceController">
<h3>gamePieceController</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">edu.wpi.first.wpilibj2.command.button.CommandXboxController</span>&nbsp;<span class="element-name">gamePieceController</span></div>
</section>
</li>
</ul>
</section>
</li>
Expand Down
14 changes: 10 additions & 4 deletions javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ <h2 class="title" id="I:D">D</h2>
<dd>
<div class="block">Driver station port number for the drive controller.</div>
</dd>
<dt><a href="frc/robot/RobotContainer.html#driverController" class="member-name-link">driverController</a> - Static variable in class frc.robot.<a href="frc/robot/RobotContainer.html" title="class in frc.robot">RobotContainer</a></dt>
<dd>
<div class="block">Xbox controller for the driver.</div>
</dd>
<dt><a href="frc/robot/subsystems/Drive.html#driveRobotOriented(edu.wpi.first.math.geometry.Translation2d,double)" class="member-name-link">driveRobotOriented(Translation2d, double)</a> - Method in class frc.robot.subsystems.<a href="frc/robot/subsystems/Drive.html" title="class in frc.robot.subsystems">Drive</a></dt>
<dd>
<div class="block">Drives the robot in robot-oriented mode.</div>
Expand All @@ -344,6 +340,10 @@ <h2 class="title" id="I:D">D</h2>
<dd>
<div class="block">Drives the robot robot-oriented</div>
</dd>
<dt><a href="frc/robot/RobotContainer.html#drivetrainController" class="member-name-link">drivetrainController</a> - Static variable in class frc.robot.<a href="frc/robot/RobotContainer.html" title="class in frc.robot">RobotContainer</a></dt>
<dd>
<div class="block">Xbox controller for the driver.</div>
</dd>
</dl>
<h2 class="title" id="I:E">E</h2>
<dl class="index">
Expand Down Expand Up @@ -467,6 +467,12 @@ <h2 class="title" id="I:F">F</h2>
</dl>
<h2 class="title" id="I:G">G</h2>
<dl class="index">
<dt><a href="frc/robot/Constants.Controllers.html#GAME_PIECE_CONTROLLER_PORT" class="member-name-link">GAME_PIECE_CONTROLLER_PORT</a> - Static variable in class frc.robot.<a href="frc/robot/Constants.Controllers.html" title="class in frc.robot">Constants.Controllers</a></dt>
<dd>
<div class="block">Driver station port number for the game piece manipulation controller</div>
</dd>
<dt><a href="frc/robot/RobotContainer.html#gamePieceController" class="member-name-link">gamePieceController</a> - Static variable in class frc.robot.<a href="frc/robot/RobotContainer.html" title="class in frc.robot">RobotContainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="frc/robot/RobotContainer.html#getAutonomousCommand()" class="member-name-link">getAutonomousCommand()</a> - Method in class frc.robot.<a href="frc/robot/RobotContainer.html" title="class in frc.robot">RobotContainer</a></dt>
<dd>
<div class="block">Gets the current autonomous command.</div>
Expand Down
Loading

0 comments on commit 6b689be

Please sign in to comment.