Changes between Version 7 and Version 8 of ControlSystems/SoftwareTeam/Training
- Timestamp:
- Sep 2, 2017, 5:36:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training
v7 v8 3 3 * [wiki:ControlSystemTrainingCurriculum Control System Training Curriculum Workspace] 4 4 5 === General Java 5 === Java === 6 All robot programming is done in the Java programming language. If you don't know Java yet, these training links will help: 6 7 * [wiki:BeginnerSoftwareVideos Java Tutorial Videos] 7 8 * [http://www.sololearn.com/Play/Java/# Sololearn] Computer Based Java Training … … 12 13 13 14 === Robocode === 15 Once you have a solid foundation in Java, you can use the Robocode to hone your skills in a fun way. Robocode creates a robot arena on your computer where you can program virtual robots and battle them against pre-programmed robots supplied with the simulator or robots programmed by your friends. 14 16 * [wiki:Setting_Up_Robocode Robocode Resources] 15 17 * [http://robowiki.net/ Robowiki] 16 18 17 19 === WPILib === 18 20 When you've mastered Robocode and are ready to start programming FRC robots, you'll need to set up a suitable development environment, learn how to access the robot software, understand the WPILib environment, and learn how to load and run code on a robot. 19 21 * [http://wiki.raidtech.net/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS 20 22 * [wiki:SoftwareTrainingIntermediate Intermediate Training]