generateSimplePathTrajectorySegment

fun generateSimplePathTrajectorySegment(path: Path, maxProfileVel: Double, maxProfileAccel: Double, maxProfileJerk: Double, start: MotionState = MotionState(0.0, 0.0, 0.0, 0.0), goal: MotionState = MotionState(path.length(), 0.0, 0.0, 0.0)): PathTrajectorySegment

Generates a simple constraint path trajectory segment.

Parameters

path

path

maxProfileVel

maximum velocity

maxProfileAccel

maximum acceleration

maxProfileJerk

maximum jerk

start

start motion state

goal

goal motion state