Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Simple mechs merge into 2025#118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a93ffb38b9450e6e7ea464bd0584a1b114b421b3a33255855cf1d478cb9a591a38a5de52a82f4abc563eFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -17,13 +17,15 @@ jobs: | ||
| - name: Generate Javadoc | ||
| run: ./gradlew javadoc | ||
| - name: Build Artifact | ||
| uses: actions/upload-pages-artifact@v4 | ||
| uses: actions/upload-pages-artifact@v4 | ||
| with: | ||
| path: ./build/docs/javadoc | ||
| deploy-javadoc: | ||
| needs: build-javadoc | ||
| if: ${{ github.ref == 'refs/heads/master' }} | ||
| permissions: | ||
| actions: read | ||
| actions: read | ||
Niosocket11 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| pages: write | ||
| id-token: write | ||
| @@ -34,4 +36,4 @@ jobs: | ||
| steps: | ||
| - name: Deploy to GitHub Pages | ||
| id: deployment | ||
| uses: actions/deploy-pages@v4 | ||
| uses: actions/deploy-pages@v4 | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -23,7 +23,20 @@ | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.config.SparkBaseConfig.IdleMode; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.config.SparkFlexConfig; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.config.SparkMaxConfig; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.ClosedLoopSlot; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.SparkBase; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.SparkFlex; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.SparkLowLevel; | ||||||||||||||||||||||||||||||
| import com.revrobotics.spark.SparkClosedLoopController; | ||||||||||||||||||||||||||||||
| // import org.carlmontrobotics.lib199.sim.MockSparkFlex; | ||||||||||||||||||||||||||||||
| // import org.carlmontrobotics.lib199.sim.MockSparkMax; | ||||||||||||||||||||||||||||||
| import org.carlmontrobotics.lib199.sim.MockTalonSRX; | ||||||||||||||||||||||||||||||
| import org.carlmontrobotics.lib199.sim.MockedCANCoder; | ||||||||||||||||||||||||||||||
| import edu.wpi.first.cameraserver.CameraServer; | ||||||||||||||||||||||||||||||
| import edu.wpi.first.cscore.UsbCamera; | ||||||||||||||||||||||||||||||
| import edu.wpi.first.cscore.VideoSource.ConnectionStrategy; | ||||||||||||||||||||||||||||||
Comment on lines
+26
to
+39
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
| ||||||||||||||||||||||||||||||
| import edu.wpi.first.wpilibj.RobotBase; | ||||||||||||||||||||||||||||||
| /** | ||||||||||||||||||||||||||||||
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.