What is OnBot Java and how to use it
masterOnBot Java is an integrated development environment (IDE) served directly by the Robot Controller. It allows you to create, edit, and build OpModes dynamically using only a JavaScript-enabled web browser (Google Chrome is recommended).
Unlike traditional Android Studio development, OnBot Java:
- Does NOT require Android Studio.
- Saves OpModes directly on the Robot Controller Android device.
- Features web-based programming and management that is "always on" (you do not need to put the Robot Controller into a specific programming mode).
Known Limitations of Autocomplete: The OnBot Java autocomplete function currently does not support:
- Access via
thisorsuperkeywords. - Members of the superclass that are not overridden.
- Methods provided in the current class.
- Inner classes.
- Casted objects.
- Objects coming from parenthetically enclosed expressions.