RoboLoCo-5338/Competition_Bot_2025
Remove getArmPosition from ArmIO
Ouverte
#200 ouverte le 2 juin 2025
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.