RoboLoCo-5338/Competition_Bot_2025

Remove getArmPosition from ArmIO

开放

#200 创建于 2025年6月2日

 (0 条评论) (0 个反应) (1 位负责人)Java (0 个派生)auto 404
good first issuepriority: nonerefactoringrequires bot: nonetopic: mechanisms

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南