-
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
グリッパのDynamixelのトピック名が変わっている #292
Comments
返信遅れました.
|
https://github.com/jsk-enshu/robot-programming/blob/master/dynamixel_7dof_arm/euslisp/old_examples/test-dynamixel-motor.l に関しては、面倒だけど、`*arm-dof* 6` + gripper でsubscriber とpublisherの初期化の部分を直した方がいいね。 というのは引用部分を残す前提の話ですが、 ただ、こういうコードはtestに使うといい気がするので、 |
経緯としては、gazebo対応をする中で とりあえず
のように修正しておこうと思います。 |
2018年度 演習資料 第2回 15ページ右上で、
というところがありますが(チェックポイント4で必要)、
これがエラーになり実行できません。
原因は、
https://github.com/jsk-enshu/robot-programming/blob/master/dynamixel_7dof_arm/euslisp/old_examples/test-dynamixel-motor.l#L30-L33
で、個々のDynamixelに関するsubscribeするtopicを指定していますが、
https://github.com/jsk-enshu/robot-programming/blame/master/dynamixel_7dof_arm/launch/dynamixel_7dof_arm_bringup.launch#L31
の変更で、グリッパのDynamixelについて、
topicの名前が
/arm_j7_controller/command
から/gripper_joint_controller/command
に変わってしまったためです。(/arm_j7_controller/state
も同様。)この変更は、どういう経緯だったでしょうか。(gazeboのため?)
もとに戻すか、別の修正が必要です、どうするのが良さそうでしょうか > @tongtybj
そもそも上の講義資料の引用部分を、なくしてしまうのもありでしょうか。
これは、robot-interfaceクラスを導入する直前に、個々のDynamixelをtopicで見たり動かしたりできますね、ということを体験してもらうところだと思います。
The text was updated successfully, but these errors were encountered: