core / com.acmerobotics.roadrunner.trajectory / TrajectoryConfig / <init>

<init>

TrajectoryConfig(poses: List<Pose2d>, constraints: DriveConstraints, resolution: Double = 0.25)

Basic trajectory configuration intended for serialization. Intentionally more simplistic and less flexible than BaseTrajectoryBuilder.

Parameters

poses - poses

constraints - constraints

resolution - resolution used for path-based segments (see Trajectory)