Skip to content

Commit

Permalink
Deploying to javadoc from @ 743ee72 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Feb 20, 2024
1 parent 6365310 commit c1c6a0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion javadoc/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="frc/robot/commands/auto/OnePieceAuto.html" title="class in frc.robot.commands.auto">OnePieceAuto</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Auto that deposits a proloaded Note into the Amp.</div>
<div class="block">Auto that deposits a preloaded Note into the Amp.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="frc/robot/Robot.html" title="class in frc.robot">Robot</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/frc/robot/commands/AimAndFireRoutine.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 title="Class AimAndFireRoutine" class="title">Class AimAndFireRoutine</h1>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">AimAndFireRoutine</span>
<span class="extends-implements">extends edu.wpi.first.wpilibj2.command.SequentialCommandGroup</span></div>
<div class="block">Uses the Limelight to aim the bot to the Amp and then deposits the note into the Amp. Has a
timeout on the Note deopsit.</div>
timeout on the Note deposit.</div>
</section>
<section class="summary">
<ul class="summary-list">
Expand Down
2 changes: 1 addition & 1 deletion javadoc/frc/robot/commands/auto/OnePieceAuto.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1 title="Class OnePieceAuto" class="title">Class OnePieceAuto</h1>
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">OnePieceAuto</span>
<span class="extends-implements">extends edu.wpi.first.wpilibj2.command.SequentialCommandGroup</span></div>
<div class="block">Auto that deposits a proloaded Note into the Amp. Does so by spinning until the Limelight sees an
<div class="block">Auto that deposits a preloaded Note into the Amp. Does so by spinning until the Limelight sees an
AprilTag for one of the Amps, moving the bot towards the Amp with the Limelight, depositing the
note in the Amp, and finally taxiing away from the Amp.</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/frc/robot/commands/auto/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1 title="Package frc.robot.commands.auto" class="title">Package frc.robot.comm
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="OnePieceAuto.html" title="class in frc.robot.commands.auto">OnePieceAuto</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">Auto that deposits a proloaded Note into the Amp.</div>
<div class="block">Auto that deposits a preloaded Note into the Amp.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="TaxiAuto.html" title="class in frc.robot.commands.auto">TaxiAuto</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
Expand Down
2 changes: 1 addition & 1 deletion javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ <h2 class="title" id="I:O">O</h2>
<dl class="index">
<dt><a href="frc/robot/commands/auto/OnePieceAuto.html" class="type-name-link" title="class in frc.robot.commands.auto">OnePieceAuto</a> - Class in <a href="frc/robot/commands/auto/package-summary.html">frc.robot.commands.auto</a></dt>
<dd>
<div class="block">Auto that deposits a proloaded Note into the Amp.</div>
<div class="block">Auto that deposits a preloaded Note into the Amp.</div>
</dd>
<dt><a href="frc/robot/commands/auto/OnePieceAuto.html#%3Cinit%3E()" class="member-name-link">OnePieceAuto()</a> - Constructor for class frc.robot.commands.auto.<a href="frc/robot/commands/auto/OnePieceAuto.html" title="class in frc.robot.commands.auto">OnePieceAuto</a></dt>
<dd>
Expand Down

0 comments on commit c1c6a0f

Please sign in to comment.