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

Rongrui - ArmSubsystem ReconcileArmAlignmentCommand #32

Merged
merged 26 commits into from
Jan 24, 2024
Merged

Conversation

Rongrrz
Copy link
Contributor

@Rongrrz Rongrrz commented Jan 24, 2024

Why are we doing this?

This is for if one day we come and the robot arms are out of sync, we can realign them.

Asana task URL: https://app.asana.com/0/38541457243752/1206388200337120/f

Whats changing?

Added ReconcileArmAlignmentCommand.

Questions/notes for reviewers

I am not sure regarding the button choices to activate the two commands, am also unsure of the power set (if it is enough or too low or too much).

How this was tested

  • unit tests added
  • tested on robot

@Rongrrz Rongrrz requested a review from a team as a code owner January 24, 2024 03:27
@Rongrrz Rongrrz changed the title Rongrui - ArmSubsystem Rongrui - ArmSubsystem ReconcileArmAlignmentCommand Jan 24, 2024

// Put power within limit range (if not already)
power = MathUtils.constrainDouble(power, setPowerMin.get(), setPowerMax.get());
leftPower = MathUtils.constrainDouble(leftPower, setPowerMin.get(), setPowerMax.get());
Copy link
Contributor

Choose a reason for hiding this comment

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

If we don't check for sane values of max/min, then this could be dangeorus.

@Rongrrz Rongrrz merged commit 9ffa765 into main Jan 24, 2024
1 check passed
@Rongrrz Rongrrz deleted the RongruiArmSkeleton branch January 24, 2024 04:36
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