TimeProfile
data class TimeProfile @JvmOverloads constructor( val dispProfile: DisplacementProfile, val times: List<Double> = timeScan(dispProfile))
Acceleration-limited motion profile parameterized by time.
Parameters
dispProfile
displacement profile
times
time offsets of each displacement sample, starting at 0.0
Constructors
Link copied to clipboard