Skip to content
clhuang edited this page Oct 31, 2012 · 2 revisions

GRTFramework is an event-driven robot framework for the FRC Robotics Competition. Various threads asynchronously perform actions and send events, effecting robot actions.

For example a thread may monitor joystick state, and upon state change send an event to the drivetrain requesting that it move or stop moving.

Clone this wiki locally