-
Notifications
You must be signed in to change notification settings - Fork 97
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
[fetcheus] do not set :wait-until-update in (send *ri* :state :worldcoords) #1167
Conversation
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.
:state
in robot-move-base-interface
does not expect :wait-until-update
keyword.
https://github.com/jsk-ros-pkg/jsk_pr2eus/blob/master/pr2eus/robot-interface.l#L1716-L1724
please add test |
I want to add test but waiting for pr2eus move base test. |
Sorry, it was my misunderstanding. I will add test. |
I updated and added the test. |
@k-okada I update and add a test. please merge this. |
@k-okada Please merge this PR! we need this PR for fetch semi demo. |
do not set
:wait-until-update
when(send *ri* :state :worldcoords)
.it occurs error with
fetch-interface
.