All Classes and Interfaces
Class
Description
A simple example driver for a Mecanum drivetrain setup.
Used to configure and start the driver.
This class is the runtime for TweetyBird and currently handles all calculations and steps.
This is an example odometer for the common three wheel odometer setup.
Used to configure and start the odometer.
This is the main class behind TweetyBird, use this class to setup, start, and use TweetyBird.
Use this method to properly set up TweetyBird using Java's builder pattern.
An interface for TweetyBird to define the structure of a driver class
used to control movement.
An interface for TweetyBird to define the structure of a odometer class
used to receive data on the robot's current position.
Custom class used to store information about waypoints for TweetyBird internally
Tracks and queues all waypoints internally for TweetyBird