ErrorThresholds

constructor(stabilizationTimeout: Measure<Time>, maxTranslationalError: Measure<Distance>, minVelStab: Measure<Velocity<Distance>>, maxAngularError: Measure<Angle>, minAngVelStab: Measure<Velocity<Angle>>)

Parameters

stabilizationTimeout

the buffer of extra time to add to the task to stabilize the robot

maxTranslationalError

the maximum translational error

minVelStab

the minimum velocity to be considered for stabilization

maxAngularError

the maximum angular error

minAngVelStab

the minimum angular velocity to be considered for stabilization