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