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.
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
|
@k-okada Kindly ping |
3 similar comments
|
@k-okada Kindly ping |
|
@k-okada Kindly ping |
|
@k-okada Kindly ping |