RoboLoCo-5338/Competition_Bot_2025

Remove getArmPosition from ArmIO

Ouverte

#200 ouverte le 2 juin 2025

 (0 commentaire) (0 réaction) (1 personne assignée)Java (0 fork)auto 404
good first issuepriority: nonerefactoringrequires bot: nonetopic: mechanisms

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur