Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Allow jog on limit when limit override is true
Problem: - The _jog_axis_ok method disallows jogging if the joint has hit a limit even if override limits is active. Solution: - If the axis has hit a limit, check if override_limits has been enabled for the corresponding joint. If so, jogging is ok.
- Loading branch information