Open Issues Need Help
View All on GitHub Issue with container class 3 months ago
AI Summary: The task requires debugging why robot chassis motors controlled from a container class fail to move, while direct control from an OpMode works. This involves investigating the interaction between the container class, OpMode, and the FTC SDK's hardware map to identify any issues with hardware initialization, access permissions, or threading conflicts within the FTC SDK's architecture (version 8.2 and later). The solution likely involves ensuring proper hardware map access and thread safety within the container class.
Complexity:
4/5
bug help wanted question
Codebase for Team 13115: Brave Robotics during the 2024-2025 First Tech Challenge Season.
Java