bool Stuck::notStuckAnymore(CarState &cs) { return onRightWay(cs.getTrackPos(), cs.getAngle()); }
/* @todo give this test (and the previous ones) with a meaningful name... */ bool Stuck::notStuckAnymore(float trackPos, float angle) { return (onRightWay(trackPos, angle)); }