Alan Smith

Results 47 comments of Alan Smith

What version of the robot controller are you using? Also, can you please send the code of the OpMode you are running? Thanks, Alan On Thu, Oct 31, 2024 at...

Android Studio does not require a standalone JDK. However, we install one for our students so they can run Beta8397's virtual robot simulator. --Alan On Mon, Sep 28, 2020 at...

While I am not part of the team, there is an example using OpenCV with the VisionPortal in my free book: https://github.com/alan412/LearnJavaForFTC. (Section 16.3)

If you are just tweaking values, may I recommend FtcDashboard..... --Alan Coach FTC #16072, Quantum Quacks On Tue, Jan 10, 2023 at 7:59 PM FromenActual ***@***.***> wrote: > I'm mentoring...

I am not the OP, but my guess is have the students set the color scheme of the driver station based off of their alliance and then the robot can...

For what it's worth, I **love** the idea of being able to set from the robot. We typically allow the drive coach to set the alliance color during init and...

Danny, How does one issue a PR for ftc-docs? I have had several teams ask me if I would add a chapter to my book ( https://github.com/alan412/LearnJavaForFTC ) on a...

Is it this repo: FIRST-Tech-Challenge/ftcdocs? If so, I can start on one as well with the information we have for new students when they join our team. --Alan On Mon,...

You can use gamepads with ftc-dashboard and run your opmodes. While it is not the same latency, it is typically pretty good for testing subsystems. --Alan On Tue, Nov 29,...

For the ndkVersion: This is no different than not requiring a specific SDK version which is not required. (It requires only a minimum one) Or even having things be different...