Companion

object Companion

Functions

Link copied to clipboard
fun createSimple(length: Double, beginVel: Double, maxVel: (Double) -> Double, maxAccel: (Double) -> Double, resolution: Double): DisplacementProfile

Creates a simple profile with uniform constraints.

Link copied to clipboard
fun generate(params: ProfileParams, path: PosePath, beginVel: Double, velConstraint: VelConstraint, accelConstraint: AccelConstraint): DisplacementProfile

Creates an optimal displacement profile using forward and backward passes. This is the main entry point for generating time-optimal profiles.