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

Feat/automate low scoring #37

Open
wants to merge 3 commits into
base: fix/testing-tuning-4-12
Choose a base branch
from

Conversation

viveknadig282
Copy link
Member

Checklist

  • I have read the Contributing document.

  • If code changes were made then they have been tested.

Summary

@adityapawar1 adityapawar1 changed the base branch from main to fix/testing-tuning-4-12 April 14, 2023 01:54
@@ -41,6 +41,7 @@ public static final class FeatureFlags {
public static final boolean kUsePrefs = true;
public static final boolean kAutoScoreEnabled = true;
public static final boolean kAutoOuttakeEnabled = true;
public static final boolean kDirectionBasedLowScoreEnabled = true;
Copy link
Member

Choose a reason for hiding this comment

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

Can you make this false before we test

new SetEndEffectorState(
elevatorSubsystem,
armSubsystem,
SetEndEffectorState.EndEffectorPreset.SCORE_ANY_LOW_BACK);
Copy link
Member

Choose a reason for hiding this comment

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

When we auto score we score in the front so we should change this to SCORE_ANY_LOW_FRONT

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