Quote:
Originally Posted by Bpk9p4
Do you have any good source to learn more about FIRST and java. How hard was the transition?
|
This is a fairly good resource that provides overviews from various programming concepts both basic and advanced. Also, the videos on
Brad Miller's YouTube channel are awesome for actually learning how to code a robot fairly well, no previous Java experience required. You will notice that there are 2 sets of videos, one of which involves regular Java programming and the other involves java programming with robotbuilder. Robotbuilder is a tool that allows you to put in information about your robot and what you want it to do, and it will generate a good chunk of your code for you based on the information. It makes it so that you do not have to actually type much actual code, just plug in a few numbers into the interface. It can be a bit limiting if you want to do some fancier stuff, but you can always just bypass the robotbuilder and code that part of the robot the old fashioned way. I am a new coder, so I don't have any experience with either method, but from what I know about robotbuilder I would definitely encourage a team just starting with Java to use it.