buildTrajectory

abstract fun buildTrajectory(drive: DriveShim): List<Trajectory>

Builds a list of Trajectory objects using the provided DriveShim.

Return

A list of Trajectory objects.

Parameters

drive

The DriveShim used to build the trajectories.