+ 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?
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
0
Hi! Try asking this question to the gpt chat