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

fix gripper-controller #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

hikun5296
Copy link

@hikun5296 hikun5296 commented Dec 8, 2016

#149 の修正をしました

  1. gripperでもcontroller-action-clientを使いように変更(何故かコメントアウトされていた)
  2. simulator modeでは:set-compliance-slope:set-torque-limitしないように変更

演習資料に載っていたコマンドがエラー無く実行できています

31.irteusgl$ send *dxl-armed-turtlebot* :gripper :arm :angle-vector #f(50)
#f(50.0)
32.irteusgl$ send *ri* :angle-vector (send *dxl-armed-turtlebot* :angle-vector) 1000 :gripper-controller
:simulate should be defined in lower class
:simulate should be defined in lower class
#f(0.0 0.0 0.0 0.0 0.0 0.0 50.0)
33.irteusgl$ send *ri* :start-grasp
:simulate should be defined in lower class
:simulate should be defined in lower class
:simulate should be defined in lower class
:simulate should be defined in lower class
:simulate should be defined in lower class
:simulate should be defined in lower class
(nil nil)

@hikun5296
Copy link
Author

:default-controller:gripper-controllerを追加したので、

send *ri* :angle-vector #f(10 10 10 10 10 10 10) 1000

で、armだけでなく、gripperも動くようになってしまう気がするのですが問題になりますでしょうか?

@k-okada
Copy link
Member

k-okada commented Dec 12, 2016

> send *ri* :angle-vector #f(10 10 10 10 10 10 10) 1000

これは実機?シミュレータ?両方かな.

そもそも実機で*ri**robot*も:anlge-vectorしてgripperが含まれないようにしておくのが標準的な使い方だと思うので、モデルの方から治していく必要があるかな.

@hikun5296
Copy link
Author

hikun5296 commented Dec 12, 2016

これは実機?シミュレータ?両方かな.

シミュレータの方でしか確かめてはいません

そもそも実機でrirobotも:anlge-vectorしてgripperが含まれないようにしておくのが標準的な使い方だと思うので、

7dof → 6dof + gripperのモデルにするということですよね。 やってみます。

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

Successfully merging this pull request may close these issues.

2 participants