Blocks Intro - RobotGirls/FTC-Team-25 GitHub Wiki
Under Construction!!!
Blocks Introduction
Blocks Programming Tool - A user friendly, graphical tool for programming a competition robot. The Blocks Programming tool is the fastest and easiest way to get started with programming. Block-based coding means that instead of typing a coding language, you drag and drop jigsaw-like pieces together to build things using tools like Scratch, Thunkable, or the FTC Blocks Programming tool.
- Javabots/RNRR Summer Camp 2023 Presentation. (R. Bondre, S. Sriram ??? Find other contributors)
- Block Programming Tutorial from FTC Block Programming Workshop at the Monrovia Kickoff (Rover Ruckus)
- Blocks Programming Guide See Blocks Tutorial
- Blocks Video Tutorials
- Assignment 1:
- Blocks: Connecting to the Program & Manage Server
- Read Blocks Programming Tutorial
- Write Blocks code to move motors or servos using gamepad and produce telemetry on the Driver's Station display
- Come up with your own Blocks code to do one or more of the following:
- Change telemetry
- Move a different mechanism
- Call a function
- Use different Gamepad inputs
- etc.
- Supplemental Materials *