Package-level declarations
Types
AddTrajectoryCallback is a functional interface that defines a callback for building a list of Trajectory objects using a provided DriveShim. This interface is used to add custom trajectories to a RoadRunnerBotEntity.
AddTrajectorySequenceCallback is a functional interface that defines a callback for building a TrajectorySequence using a provided DriveShim. This interface is used to add custom trajectory sequences to a RoadRunnerBotEntity.
DefaultBotBuilder is a builder class for creating instances of RoadRunnerBotEntity. It allows setting various properties such as dimensions, start pose, constraints, drive train type, and color scheme.
A shim class for the drive system, providing velocity and acceleration constraints based on the type of drive train and the given constraints.
Enum representing the different types of drive trains for the bot.
Utility class for creating velocity and acceleration constraints for a Mecanum drive.
Utility class for creating velocity and acceleration constraints for a Tank drive.