Skip to content

Conversation

@adi-varshney
Copy link
Collaborator

No description provided.

adi-varshney and others added 6 commits January 23, 2026 23:59
Co-Authored-By: Ashwix10 <167014312+Ashwix10@users.noreply.github.com>
Co-Authored-By: Ashwix10 <167014312+Ashwix10@users.noreply.github.com>
Co-Authored-By: Ashwix10 <167014312+Ashwix10@users.noreply.github.com>
Co-Authored-By: Ashwix10 <167014312+Ashwix10@users.noreply.github.com>
Co-Authored-By: Ashwix10 <167014312+Ashwix10@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 24, 2026 05:32
@adi-varshney adi-varshney self-assigned this Jan 24, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR contains final hardware tuning and dependency updates in preparation for a January 24th competition. The changes include motor control adjustments, dual-servo configuration, and dependency management updates.

Changes:

  • Updated pedropathing library from version 2.0.4 to 2.0.5 and migrated bylazar fullpanels to Sloth-based version
  • Added second ramp servo (ramp2) with synchronized control alongside the existing ramp servo
  • Tuned PIDF coefficients for launcher motor and adjusted launcher velocities and blocker servo positions

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
build.dependencies.gradle Updated pedropathing version and removed old dependencies that were migrated to Sloth
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/starterbot/Robot.java Added ramp2 servo with synchronized control and updated launcher PIDF coefficients
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/starterbot/Constants.java Tuned launcher velocities and blocker servo positions for competition
TeamCode/build.gradle Added Sloth dashboard and fullpanels dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

import com.qualcomm.robotcore.hardware.PIDFCoefficients;
import com.qualcomm.robotcore.hardware.Servo;

import org.firstinspires.ftc.robotcore.external.Const;
Copy link

Copilot AI Jan 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import statement for org.firstinspires.ftc.robotcore.external.Const appears to be unused. The class is never referenced in the file - all references to constants use the Constants class from the teamcode package instead. Consider removing this unused import.

Suggested change
import org.firstinspires.ftc.robotcore.external.Const;

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants