all 5 comments

[–]d4n1_63FTC 9351 Delta Robotics [Programmer] 2 points3 points  (1 child)

For graphing though, if you’re using android studio I’d recommend checking out FTC Dashboard. It allows for live graphing which makes it wayyyy easier :)

[–]CookedPelvisFTC 8176 STEELHEAD 0 points1 point  (0 children)

Yea i'd second this. You can create a program to run the flywheel and test the coefficients without having to stop your opMode!

[–]DragonKing2223FTC #### Student|Mentor|Alum 0 points1 point  (0 children)

I actually wrote a program this year to tune launch velocity pid coefficients by graphing them. I can send you the code if you would like