@ -899,7 +899,7 @@ namespace Rs.Motion.GugaoPulse
{
GetPrfPosition(out currentPos);
}
bIsArrived = (currentPos - m_dfCommandPosition) < 0.05;
bIsArrived = Math.Abs((currentPos - m_dfCommandPosition)) < 0.05;
return ErrorCode.Ok;