Skip to content
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

robot_sim.robots.ur3_dual.ur3_dual.py のバグ #13

Closed
tkmrym opened this issue May 11, 2021 · 1 comment
Closed

robot_sim.robots.ur3_dual.ur3_dual.py のバグ #13

tkmrym opened this issue May 11, 2021 · 1 comment

Comments

@tkmrym
Copy link
Contributor

tkmrym commented May 11, 2021

robot_sim.robots.ur3_dual.ur3_dual.py 内の gen_meshmodel 関数の定義で呼び出されている self.lft_hnd.gen_meshmodelself.rgt_hnd.gen_meshmodel の引数が間違っているようです.原因はrobot_sim.end_effectors.grippers.robotiq85.robotiq85.pygen_meshmodelの引数が変更されたことのようで,以下のように引数tcp_loc_postcp_loc_rotmatを削除するとうまく動きました.

self.lft_hnd.gen_meshmodel(toggle_tcpcs=False,
                           toggle_jntscs=toggle_jntscs,
                           rgba=rgba).attach_to(meshmodel)
self.rgt_hnd.gen_meshmodel(toggle_tcpcs=False,
                           toggle_jntscs=toggle_jntscs,
                           rgba=rgba).attach_to(meshmodel)
@wanweiwei07
Copy link
Owner

どうもありがとうございました!更新済でした.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants