@JvmOverloads fun generateSimpleTrajectory(path: Path, driveConstraints: DriveConstraints, start: MotionState = MotionState(0.0, 0.0, 0.0, 0.0), goal: MotionState = MotionState(path.length(), 0.0, 0.0, 0.0), temporalMarkers: List<TemporalMarker> = emptyList(), spatialMarkers: List<SpatialMarker> = emptyList()): Trajectory
Generate a simple constraint trajectory.
driveConstraints
- drive constraints