RoboLoCo-5338/Competition_Bot_2025

Remove getArmPosition from ArmIO

Offen

#200 geöffnet am 02.06.2025

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (0 Forks)auto 404
good first issuepriority: nonerefactoringrequires bot: nonetopic: mechanisms

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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