Updated The FTC Control System (markdown)

FTC Engineering
2017-06-30 07:54:27 -04:00
parent 22e298cba3
commit 088d587a79

@ -28,4 +28,4 @@ During a typical FIRST Tech Challenge match, a teams robot has to perform a v
_Op modes_ are computer programs that are used to customize the behavior of a competition robot. The Robot Controller can _execute_ a selected op mode to perform certain tasks during a match.
Teams who are participating in the FIRST Tech Challenge have a variety of programming tools that they can use to create their own op modes. Teams can use a visual ("drag and drop") programming tool called the _FTC Blocks Programming Tool_ to create their op modes. Teams can also use a text-based Java tool or Google's -Android Studio_ integrated development environment (also known as an "IDE") to create their op modes.
Teams who are participating in the FIRST Tech Challenge have a variety of programming tools that they can use to create their own op modes. Teams can use a visual ("drag and drop") programming tool called the _FTC Blocks Programming Tool_ to create their op modes. Teams can also use a text-based Java tool or Google's _Android Studio_ integrated development environment (also known as an "IDE") to create their op modes.