Changes between Version 24 and Version 25 of ControlSystems/SoftwareTeam/Training
- Timestamp:
- Nov 2, 2017, 10:26:23 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training
v24 v25 1 = Software Training = 2 === Introduction === 3 1 = Self Study = 4 2 * [wiki:ControlSystemsOverview Software 101] 5 3 6 == = Java ===4 == Java == 7 5 All robot programming is done in the Java programming language. See [wiki:Software/WhyJava here] for why we program in Java. If you don't know Java yet, these training links will help: 8 6 … … 14 12 * [wiki:Exercises Object Oriented Programming] 15 13 16 == = Robocode ===14 == Robocode == 17 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 virtual 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. 18 16 … … 20 18 * [http://robowiki.net/ Robowiki] 21 19 22 == = Java Interfacing ===23 Robots operate real world and must be able to sense their environment and manipulate it. The !ZebraZero platform and exercises help you learn to use Java to interface with sensors and control motors[[BR]]20 == Java Interfacing == 21 Robots operate real world and must be able to sense their environment and manipulate it. The !ZebraZero platform and exercises help you learn to use Java to interface with sensors and control motors [[BR]] 24 22 * [wiki:ZebraZeroTraining Zebra Zero Training] 25 23 26 27 28 === WPILib === 24 == WPILib == 29 25 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. 30 26 … … 43 39 * [wiki:AdvancedTraining Advanced Training] 44 40 41 42 = Lessons = 43 44 45 46 45 47 === Future Planning === 46 48 * [wiki:ControlSystemTrainingCurriculum Control System Training Curriculum Workspace]