RoboLoCo-5338/Competition_Bot_2025

Remove getArmPosition from ArmIO

Open

#200 opened on Jun 2, 2025

 (0 comments) (0 reactions) (1 assignee)Java (0 forks)auto 404
good first issuepriority: nonerefactoringrequires bot: nonetopic: mechanisms

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

The method itself uses the inputs, which contain the arm position, as a parameter to a function that in most implementations just returns the position from those inputs. It can be removed and replaced with direct access from the inputs.

Contributor guide