This repository contains the public FTC SDK for the CENTERSTAGE (2023-2024) competition season. Welcome! This GitHub repository contains the source code that is used to build an Android app to control a FIRST Tech Challenge competition robot. To use this SDK, download/clone the entire project ...
Sep 14, 2024 pathplannerlib fix cpp rotation override (#716) Sep 14, 2024 resources fix field image and navgrid (#546) Jan 7, 2024 source_assets fix field image and navgrid (#546) Jan 7, 2024 test Add editor setting to show trajectory states (#719) ...
Breadcrumbs ftc2024 / README.mdTop File metadata and controls Preview Code Blame 1442 lines (1285 loc) · 108 KB Raw NOTICE This repository contains the public FTC SDK for the CENTERSTAGE (2023-2024) competition season. Welcome! This GitHub repository contains the source code that is used ...
Adds support for allowing the user to edit the comment for the runOpMode block. Adds parameterDefaultValues field to @ExportToBlocks. This provides the ability for a java method with an @ExportToBlocks annotation to specify default values for method parameters when it is shown in the block edi...