Skip to content

Conversation

@pmazumder3927
Copy link
Member

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +18 to +23
private static final int ROLLER_MOTOR_ID = 20;
private static final int ARM_MOTOR_ID = 19;
private static final int INDEXER_MOTOR_ID = 17;
private static final double ROLLER_GEAR_RATIO = 3.0;
private static final double ARM_GEAR_RATIO = 1; // 248/9
private static final double INDEXER_GEAR_RATIO = 3.0;

Choose a reason for hiding this comment

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

P1 Badge Arm gear ratio applies no reduction

The real intake IO uses ARM_GEAR_RATIO = 1 even though the comment notes a 248/9 reduction, so MotionMagic targets and telemetry are scaled as if the arm were directly coupled. Commands such as deployArm()/stowArm() therefore request ~28× less motor rotation than the mechanism requires, meaning the arm will never reach the intended angles and atGoal() will remain false on the real robot.

Useful? React with 👍 / 👎.

@pmazumder3927 pmazumder3927 deleted the teleport-fix branch December 17, 2025 22:06
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