RoboLoCo-5338/Competition_Bot_2025

Remove getArmPosition from ArmIO

Aberta

#200 aberto em 2 de jun. de 2025

 (0 comentário) (0 reação) (1 responsável)Java (0 fork)auto 404
good first issuepriority: nonerefactoringrequires bot: nonetopic: mechanisms

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador