Skip navigation links

Package io.github.thunderbots.lightning.drive

The io.github.thunderbots.lightning.drive package is a system for controlling the drive system of a robot.

See: Description

Package io.github.thunderbots.lightning.drive Description

The io.github.thunderbots.lightning.drive package is a system for controlling the drive system of a robot. A drive system is an abstract way of representing the set of motors that are responsible for driving the robot, and their specific arrangement in the drive system. The drive system can handle abstract operations such as driving, turning, and spinning, and is responsible for all the math that is required to distribute those operations to the individual motors comprised by the drive system.

The class that primarily represents the concept of a drive system is, fittingly, DriveSystem.

Skip navigation links