Error Thresholds
constructor(stabilizationTimeout: Measure<Time>, maxTranslationalError: Measure<Distance>, minVelStab: Measure<Velocity<Distance>>, maxAngularError: Measure<Angle>, minAngVelStab: Measure<Velocity<Angle>>)
Parameters
stabilization Timeout
the buffer of extra time to add to the task to stabilize the robot
max Translational Error
the maximum translational error
min Vel Stab
the minimum velocity to be considered for stabilization
max Angular Error
the maximum angular error
min Ang Vel Stab
the minimum angular velocity to be considered for stabilization