Changes between Version 20 and Version 21 of ControlSystems/SoftwareTeam/Training/VirtualTraining
- Timestamp:
- Aug 31, 2020, 11:56:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/VirtualTraining
v20 v21 2 2 Like everything else in 2020, software training for robotics has gone virtual! 3 3 4 When you can't build, program, and battle real robots, the next best things are virtual battle bots. This training makes extensive use of a virtual battle-bot simulator/environment developed by IBM called [https://robocode.sourceforge.io/ RoboCode]. The robots are programmed in a popular language called Java which is also used in real-world FRC robotics. This training will introduce you to Java and then help you build your skills by programming virtual robots and battling them in the !RoboCode arena. Once you know some basic Java, you can grow your robo mojo by programming simple robots and battling them against automated trainer bots. As your skills advance you can test them by battling your teammates' bots or even enteringinternational competitions.4 When you can't build, program, and battle real robots, the next best things are virtual battle bots. This training makes extensive use of a virtual battle-bot simulator/environment developed by IBM called [https://robocode.sourceforge.io/ RoboCode]. The robots are programmed in a popular language called Java which is also used in real-world FRC robotics. This training will introduce you to Java and then help you build your skills by programming virtual robots and battling them in the !RoboCode arena. As you learn more Java, you can grow your robo mojo by programming increasingly complex robots and battling them against automated trainer bots. As your skills advance you can test them by battling your teammates' bots or even entering scrimmages or international competitions. 5 5 6 6 == !RoboCode == … … 13 13 14 14 == Java Gym == 15 T here are many excellent online Java tutorials; check out the following and use the one you like:15 To get good at programming robots, you need to workout in the Java Gym. Here you can find many excellent online Java tutorials with lots of exercises; check out the following and use the one you like: 16 16 17 17 * [https://www.sololearn.com/Course/Java/ Sololearn] … … 20 20 * [https://edhesive.com/courses/apcs_java Edhesive] - you'll need to talk to a teacher or mentor to access this one 21 21 22 The more Java you learn, the better your robots will be. Spend time working out in the Java Gym and you'll become a !RoboCode Master.22 The more Java you learn, the better your robots will be. Spend enough time working out in the Java Gym and you'll become a !RoboCode Master. 23 23 24 24 == ==