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

Characterization #176

Merged
merged 5 commits into from
Jul 10, 2024
Merged

Characterization #176

merged 5 commits into from
Jul 10, 2024

Conversation

WowMuchDoge
Copy link
Contributor

  • Add constraints for Feed Forward from characterization.
  • Add methods for creating the SysIdRoutine object
  • Use a macro to determine whether the robot is being characterized

Closes #168

@WowMuchDoge WowMuchDoge requested a review from having11 July 10, 2024 21:08
Copy link
Contributor

@having11 having11 left a comment

Choose a reason for hiding this comment

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

style issues

Comment on lines 93 to 99
// log->Motor(motorNames[i])
// .voltage(m_driveModules[i]->Get(motorType) *
// frc::RobotController::GetBatteryVoltage())
// .position(
// units::meter_t{m_driveModules[i]->GetDistance(motorType)})
// .velocity(units::meters_per_second_t{
// m_driveModules[i]->GetRate(motorType)});
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these comments still needed?

src/main/cpp/subsystems/DriveSubsystem.cpp Outdated Show resolved Hide resolved
src/main/cpp/subsystems/DriveSubsystem.cpp Outdated Show resolved Hide resolved
src/main/include/constants/CharacterizationConstants.h Outdated Show resolved Hide resolved
@having11 having11 assigned having11 and unassigned having11 Jul 10, 2024
@having11 having11 self-requested a review July 10, 2024 21:45
@having11 having11 merged commit ca73733 into main Jul 10, 2024
0 of 3 checks passed
@having11 having11 deleted the feature/characterization2 branch July 10, 2024 21:46
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.

Characterize Swerve Drivetrain
3 participants