Skip to content
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

Swerve Code works #10

Merged
merged 6 commits into from
Jan 7, 2025
Merged

Swerve Code works #10

merged 6 commits into from
Jan 7, 2025

Conversation

Ronan-B
Copy link
Contributor

@Ronan-B Ronan-B commented Jan 7, 2025

No description provided.

gavinskycastle and others added 4 commits January 6, 2025 19:51
Currently the robot is driving opposite of what we expected (forward = backward, left = right) but otherwise good
robot drives correctly now
@Ronan-B Ronan-B requested a review from gavinskycastle January 7, 2025 23:45
@@ -50,12 +52,17 @@ public class RobotContainer {
/** The container for the robot. Contains subsystems, OI devices, and commands. */
public RobotContainer() {
m_swerveDrive.registerTelemetry(m_telemetry::telemeterize);

initSmartDashboard();
Copy link
Member

Choose a reason for hiding this comment

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

indent but spotless will probably fix that

@@ -128,7 +128,7 @@ public CommandSwerveDrivetrain(
if (Utils.isSimulation()) {
startSimThread();
}
configureAutoBuilder();
// configureAutoBuilder();
Copy link
Member

Choose a reason for hiding this comment

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

will need to add this back in later to run autos

Copy link
Member

@gavinskycastle gavinskycastle left a comment

Choose a reason for hiding this comment

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

just needed to fix a typo

@gavinskycastle gavinskycastle merged commit 9f5f535 into main Jan 7, 2025
2 checks passed
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.

2 participants