Skip to content

Command Based Programming

Liam Kinne edited this page Jan 18, 2019 · 2 revisions

A lot of programming—and engineering for that matter—is taking your problem and splitting it into smaller, easier to solve problems. Command Based Programming is a method of breaking down your robot into subsystems which are controlled by commands.

Subsystems

https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/241900-simple-subsystems

Commands

https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/241902-creating-simple-commands

Clone this wiki locally