Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MoveRelative: handle equal min/max distance (#593)
When min_distance == max_distance > 0.0, the minimal distance might be missed due to numerical errors. To avoid this, deactivate the minimal distance check and run the full distance as given by max_distance.
- Loading branch information