This is code for the 2025-2026 DECODE season of FTC robotics.
Basically, the goal is to shoot the balls into the goal. I got around 9-12 consistently in just the pre-programmed section (the autonomous) of the game.
For hardware, we used Pinpoin…
This is code for the 2025-2026 DECODE season of FTC robotics.
Basically, the goal is to shoot the balls into the goal. I got around 9-12 consistently in just the pre-programmed section (the autonomous) of the game.
For hardware, we used Pinpoint, a gyroscopic sensor frequently used by FTC teams and swing arm odometry pods that measured our robot’s distance traveled. My builders installed it wrong, so most of the time I had to freeball with inconsistent data markings and with tuning the PID’s of pedropathing (see devlogs for pedropathing).
I learned a lot from this: localizing the robot, marking paths, making custom teleops, setting motor velocities, tuning pidf controllers, and more.
See project banner for reference! (also, besides the couple commits from other people, which I coded just coded on their laptop at the beginning of the year, all the rest of the commits are from my personal github account)
I used gemini to debug but code was mostly written by me for like 95% of the time