-
Notifications
You must be signed in to change notification settings - Fork 89
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
Reproduce of PR2 Subway Fetch Demo. #1321
base: master
Are you sure you want to change the base?
Conversation
I tried this PR today, and I got the following error when PR2 was going back from 7F elevator hall to 73B2.
cc. @mqcmd196 |
|
||
|
||
(defun init () | ||
(setq *pr2* (pr2)) |
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.
we need to set pr2 robot name
(setq *pr2* (pr2)) | |
(setq *pr2* (pr2 :pr1040)) |
cc. @Kanazawanaoaki
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.
@tkmtnt7000 @mqcmd196
I think we need this change to #1397 .
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.
Thank you!!
We defenitly want this!!
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.
We need this when we use :screen-point
.
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.
Nice comment and thank you for your information @pazeshun @tkmtnt7000
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.
fixed 2338f3a
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.
Hmm, but I think the better solution is setting with args or something
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.
…is in the way of traffic
Now I fixed this PR and all test in
|
TODO:
|
PR2 subway demo branch.
this branch is rebased version of #1276
TODO
Upstream depends
Trials