-
Notifications
You must be signed in to change notification settings - Fork 291
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-interfaceで:gripper-controllerが見つからない #293
Comments
こちらはpr2-interface.lを参考にして修正した結果だとおもう. |
こちらは、service名を直すだけの作業? |
なるほど、それでは、演習資料では
の代わりに、
とかを書くようにしようと思います。
ごめん、ちゃんとみたら https://github.com/jsk-enshu/robot-programming/blob/master/dynamixel_7dof_arm/euslisp/dxl-7dof-arm-interface-common.l#L177-L179 |
のように演習資料を修正しました. |
2018年度 演習資料 第2回 18ページ上半分で、
をさせていますが、
とエラーが出て、グリッパが動きません。
原因は、おそらく
https://github.com/jsk-enshu/robot-programming/blame/master/dynamixel_7dof_arm/euslisp/dxl-7dof-arm-interface-common.l#L149
で、
:gripper-controller
の定義がコメントアウトされているようですが、これは何のためだったでしょうか。 > @tongtybj:start-grasp, :stop-graspは動くようなので、上の行を資料で飛ばせばよいでしょうか、
と書こうとしてよく見ると、正しく動いていないようです。
actionlibのサーバーは正しく上がっているので、:start-grasp, :stop-graspで関節角は変わりますが、
馴染みながら端をするようにゲインを変えているところ、つまり
https://github.com/jsk-enshu/robot-programming/blob/master/dynamixel_7dof_arm/euslisp/dxl-7dof-arm-interface-common.l#L279
から呼ばれる
https://github.com/jsk-enshu/robot-programming/blob/master/dynamixel_7dof_arm/euslisp/dxl-7dof-arm-interface-common.l#L173-L182
で、
#292 の問題で、グリッパDynamixelのservice名が変わってしまっているので、
ちゃんと呼べていない気がします。
The text was updated successfully, but these errors were encountered: