-
Notifications
You must be signed in to change notification settings - Fork 41
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
pr2-interface.l: add :go-pos-unsafe, :go-pos-unsafe-no-wait, :go-pos-unsafe-wait #164
Conversation
[pr2eus] fix go-pos-unsafe
pr2-interface.l: add :go-pos-unsafe, :go-pos-unsafe-no-wait, :go-pos-unsafe-wait
Did you check on real robot? |
Oh, I didn't know specification/convention of return value. |
(/= counter 0)) ;; try at least 1 time | ||
(progn | ||
(setq go-pos-unsafe-goal-msg nil) ;; go-pos-unsafe-wait has been called | ||
(return-from :go-pos-unsafe-wait nil)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why returns nil
? I assume t
here
If you agree, I create PR to fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I think so too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@h-kamada Thanks for review. Created another PR.
please check this on real robot @h-kamada