tree: e657c2efb786a133f6cf8da3c752fb7a40d1605b [path history] [tgz]
  1. basic.cc
  2. basic.h
  3. basic_goal.fbs
  4. basic_output.fbs
  5. basic_position.fbs
  6. basic_status.fbs
  7. basic_test.cc
  8. BUILD
  9. codelab.json
  10. README.md
frc971/codelab/README.md

FRC971 "Codelab"

Flatbuffers tutorial

Flatbuffers has pretty good tutorials for how to use them. We recommend going through them for more information.

Basic control loop

Welcome! This folder contains a "codelab" where you can go through the process of fleshing out a basic control-loop using the same infrastructure as we do for the control loops that normally run on our robots. Currently, this just consists of a single codelab; the instructions for this are in the comments of the basic.h file in this directory.