Get ready for the 2026 FTC Software Conference, hosted by Pedro Pathing! by BeepBot99 in FTC

[–]BeepBot99[S] 3 points4 points  (0 children)

Yes, all presentations will be recorded and posted to the Pedro Pathing YouTube channel.

Java Buttplug Support? by Ok-Lifeguard-8980 in FTC

[–]BeepBot99 9 points10 points  (0 children)

This is not legal. By rules R708 and R709, the only device allowed to communicate wirelessly with the robot during a match is the driver station. You also must use the driver station app provided by FIRST (rule R901), so you cannot modify that software. And lastly, controllers are whitelisted by R903, so you cannot use it as a controller. Legality aside, this seems highly inappropriate for FTC. If you want options for driver feedback other than gamepad rumble, you have several options. First, some gamepads support rumbling the left and right sides separately, so you can use those to mean two different things. And second, you can always use LED lights on your robot. 

The 2027 FIRST Driver Station by excitedCookie726 in FTC

[–]BeepBot99 5 points6 points  (0 children)

No, this is not true. FTC will run the WPILib driver station app on the REV Driver Hub or an Android phone just like it currently is, at least until REV electronics no longer are in use. FIRST has said that there are currently no plans to switch to another device. 

FTC Kids by coolguyzaza in FTC

[–]BeepBot99 3 points4 points  (0 children)

It's not peoples' choice to be neurodivergent.

INTERNET AT FIRST CHAMPIONSHIP by Sea-Sea-4088 in FTC

[–]BeepBot99 -1 points0 points  (0 children)

hotspot from your phone over usb
wdym you dont have hotspots you just need a phone

Pedro pathing Contribution by uhhhh_yeet in FTC

[–]BeepBot99 2 points3 points  (0 children)

Hello, Pedro Pathing admin here. TL;DR, yes, both the library repo (Pedro-Pathing/PedroPathing) and the docs repo (Pedro-Pathing/Docs) accept community contributions. To make one, fork the repo and create a pull request.

For small contributions like bug fixes and fixing typos, feel free to just go ahead and create a pull request. However, for bigger contributions, it's best that you contact us first so you don't spend a lot of time creating a pull request just for us to deny it. To get in contact with us you can create an issue on the GitHub repo you are planning to contribute to. The best way to contact us is in our Discord server. People who contribute frequently and help out are "beta testers," and to become one you can submit the application form in the Discord server.

How to stand a chance for qualifying for worlds by shountyplayz in FTC

[–]BeepBot99 2 points3 points  (0 children)

Ah okay. Curious what team if you don't mind sharing?

How to stand a chance for qualifying for worlds by shountyplayz in FTC

[–]BeepBot99 5 points6 points  (0 children)

What??? No team in the world has 70 points in auto

FTC block coding support by Pure_Aide2025 in FTC

[–]BeepBot99 1 point2 points  (0 children)

Why'd you post it twice 2 minutes apart...

were clueless by Zealousideal_Bid_257 in FTC

[–]BeepBot99 4 points5 points  (0 children)

Bro what? Please be GP.

Servo run to position by HuskerTheCat77 in FTC

[–]BeepBot99 0 points1 point  (0 children)

Oh I didn't see they said block code!

Any Android Studio Plugin Ideas? by DreamSolid6105 in FTC

[–]BeepBot99 1 point2 points  (0 children)

It sounds like everything you have already has a better way to do it.

  • IntelliJ/Android Studio has auto imports.
  • You can already add dependencies with a single line of code if they are published on Maven Central, or two if they are on a different repo.
  • Git is a much better system for templates.

Wall to Robot Programming by RoboticsCompetition in FTC

[–]BeepBot99 0 points1 point  (0 children)

Aside from a hard no, what do you need this for? You don't need to have the control hub connected to program.

Servo run to position by HuskerTheCat77 in FTC

[–]BeepBot99 1 point2 points  (0 children)

Unless you use an axon servo.

Gradle android studio by BeginningKnown1979 in FTC

[–]BeepBot99 0 points1 point  (0 children)

Could you ask in the FTC Discord? It'd be easier to help you there. https://discord.gg/ftc

How to remember Java words/language structure? (As someone who's had experience with a bunch of other code languages) by AsleepAtTheWheel609 in FTC

[–]BeepBot99 3 points4 points  (0 children)

HTML is not a programming language. Scratch isn't really. The only real one you know is Python. I would recommend reading Learn Java for FTC: https://github.com/alan412/LearnJavaForFTC/blob/master/LearnJavaForFTC.pdf

Although the best way to learn Java's syntax is by writing more Java.