Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Allow jog on limit when limit override is true #44

Merged

Conversation

adargel
Copy link
Contributor

@adargel adargel commented Jul 16, 2020

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.

NB: This should fix kcjengr/probe_basic#16

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.
@KurtJacobson KurtJacobson merged commit 5a772cb into kcjengr:master Jul 22, 2020
@KurtJacobson
Copy link
Member

@adargel Thanks for the PR!
I apologize for the delay in merging, I just saw it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Override limits Issue
2 participants