Changes between Version 7 and Version 8 of ControlSystems/SoftwareTeam/Training/VirtualTraining
- Timestamp:
- Aug 16, 2020, 11:01:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/VirtualTraining
v7 v8 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 battle against your teammates' bots or even enterinternational 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. 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 entering international competitions. 5 5 6 6 == Java ==