Skip navigation links

Package io.github.thunderbots.lightning.control.layout

A control layout is a method of converting a joystick state (i.e left stick forward, right stick backward, etc) into both forward and clockwise power, which are interpreted by methods included in DriveSystem.

See: Description

Package io.github.thunderbots.lightning.control.layout Description

A control layout is a method of converting a joystick state (i.e left stick forward, right stick backward, etc) into both forward and clockwise power, which are interpreted by methods included in DriveSystem. This package includes many different control layouts, such as DriveSpin, Tank, and Mecanum. It also includes the base methods that all control layouts are meant to return. The Control Layout interface should be implemented by anything that is a joystick control layout. Refer to TeleOp to see implementation.
Author:
Jake Ohara
Skip navigation links