-
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
add single fr3 #1885
base: master
Are you sure you want to change the base?
add single fr3 #1885
Conversation
yuki-asano
commented
Oct 31, 2023
- added minimum set of fr3 (franka research 3) model which is almost same with panda model (only name is different)
- confirmed motions of the real robot by
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.
JSK does not have real fr3, so I only confirmed that fr3.l
seems correctly generated and the following procedure works on kinematics simulator:
(fr3-init)
(objects (list *fr3*))
(send *ri* :stop-grasp :rarm)
(send *ri* :start-grasp :rarm)
(send *fr3* :stop-grasp :rarm)
(send *fr3* :start-grasp :rarm)
(send *fr3* :init-pose)
(send *ri* :angle-vector (send *fr3* :angle-vector) 5000)
if the only difference is name , why not load the existing lisp file and
change robot name?
--
◉ Kei Okada
2023年10月31日(火) 20:45 Shun Hasegawa ***@***.***>:
… ***@***.**** approved this pull request.
JSK does not have fr3, so I only confirmed that fr3.l seems correctly
generated and the following procedure works on kinematic simulator:
(fr3-init)
(objects (list *fr3*))
(send *ri* :stop-grasp :rarm)
(send *ri* :start-grasp :rarm)
(send *fr3* :stop-grasp :rarm)
(send *fr3* :start-grasp :rarm)
(send *fr3* :init-pose)
(send *ri* :angle-vector (send *fr3* :angle-vector) 5000)
—
Reply to this email directly, view it on GitHub
<#1885 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXCMMM2L6TVJIPWQ3S3YCDQDPAVCNFSM6AAAAAA6XAW2YGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTOMBWGA4TINZWHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I think @yuki-asano 's explanation is incorrect. At least, joint names are different, so we have to generate jsk_robot/jsk_panda_robot/panda_eus/models/panda.yaml Lines 2 to 8 in ddf454d
So it is hard to reuse As for |
Re-use panda-robot-interface in fr3-robot-interface & Add fr3 to README
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.
@k-okada Maybe I followed your comment. Could you check this PR again?
@k-okada Kindly ping |