Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): raise error if fast home is stalling (#14609)
Closes RQA-2312 We previously swallowed collision errors during fast home move and proceeded to slow home because we used to not handle encoder overflow properly and would mistakenly raise. Now that we have fixed those encoder issues, we should actually raise the error when the motor stalls.
- Loading branch information