Codebase for Team 13115: Brave Robotics during the 2024-2025 First Tech Challenge Season.

1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

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