Skip to content
Chris Ward edited this page Oct 8, 2022 · 2 revisions

Welcome to the Java world.

This was designed to be for students in a robotics program that have some programming experience. Usually on our team, students will have looked at CircuitPython already. Python is a bit easier to start with. However, we use Java on the Robot. The examples and this wiki are to help get you started with Java.

Where to start?

If you download (or clone) the project, you will see several files in the /src/examples folder. These examples progress from simple to more advanced moving through the alphabet. a_helloworld is the first, and b_loop is the next, and so on. The examples are pretty well documented, so you can just dive in if you want. But if you follow the wiki we will explain more and do some comparisons to Python.

Lets Start

Clone this wiki locally