From 4c0086b0262a701de8589e7fe88c8f3fa28932fe Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 9 Jul 2019 13:03:01 -0400 Subject: [PATCH] Updated Creating and Running an Op Mode (OnBot Java) (markdown) --- Creating-and-Running-an-Op-Mode-(OnBot-Java).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-and-Running-an-Op-Mode-(OnBot-Java).md b/Creating-and-Running-an-Op-Mode-(OnBot-Java).md index 83cde19..4666adb 100644 --- a/Creating-and-Running-an-Op-Mode-(OnBot-Java).md +++ b/Creating-and-Running-an-Op-Mode-(OnBot-Java).md @@ -16,7 +16,7 @@ Teams who are participating in the FIRST Tech Challenge have a variety of progra The FTC OnBot Java Programming Tool is a user-friendly programming tool that is served up by the Robot Controller phone. A user can create custom op modes for their robot using this tool and then save these op modes directly onto the Robot Controller. Users write their op modes using Java. The op modes are compiled very quickly on the Robot Controller and then loaded dynamically by the Robot Controller during run time. -

+

[[/images/Creating-and-Running-an-Op-Mode-(OnBot Java)/OnBotDoc001_MainScreen.jpg]]

The examples in this document use a Windows laptop computer to connect to the Robot Controller. This Windows laptop computer has a Javascript-enabled web browser installed that is used to access the FTC OnBot Java Programming Tool.