-
Notifications
You must be signed in to change notification settings - Fork 35
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
use transformable_markers for kiva_pod #2541
use transformable_markers for kiva_pod #2541
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.
Can you also fix baxterrgv5.launch
?
f0ec1f8
to
a650c7b
Compare
updated |
@@ -393,7 +393,7 @@ | |||
(setq box-list (send box-msg :boxes)) | |||
(setq bin-list (list :a :b :c :d :e :f :g :h :i :j :k :l)) | |||
(dolist (bin bin-list) | |||
(setf (gethash bin _bin-boxes) (car box-list)) | |||
(sethash bin _bin-boxes- (car box-list)) |
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.
must be _bin-boxes
, right?
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.
@pazeshun Could you please the naming of slots in baxter-rgv5.l?
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 for late response.
I'll change slots of baxterrgv5-interface.l
and baxterrgv5.l
after this PR.
a650c7b
to
8d25a85
Compare
for
jsk_2016_01_baxter_apc