+ 1

FRC Coding?

So our FRC team uses Java and I’m trying to learn, any useful tips or information that could be essential to programming an industrial sized robot?

18th Sep 2025, 1:08 PM
MojoJo2029
MojoJo2029 - avatar
2 Answers
+ 2
I am a big fan of FRC. Been following FIRST since 2008. I don't have a specific answer offhand, though I would suppose it would be important to learn about bitwise operators (<<, >>, &, |, ~, ^) and how to use them in order to manipulate bit flags for industrial control. See this for some useful tutorials on bitwise operations: https://www.sololearn.com/learn/4070/?ref=app
18th Sep 2025, 4:59 PM
Brian
Brian - avatar
0
Hi! Try asking this question to the gpt chat
18th Sep 2025, 1:21 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar