-
Notifications
You must be signed in to change notification settings - Fork 13
cartesian_pathサンプルの追加 #173
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
base: ros2
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
軽微な修正点についていくつかコメントしました 🙇
@@ -15,6 +15,7 @@ | |||
- [Gazeboでサンプルプログラムを実行する場合](#gazeboでサンプルプログラムを実行する場合) | |||
- [Examples](#examples) | |||
- [gripper\_control](#gripper_control) | |||
- [cartesian\_path](#cartesian_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examplesの目次にも追加お願いします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
追加しました。
move_group_gripper.setJointValueTarget(gripper_joint_values); | ||
move_group_gripper.move(); | ||
|
||
// 座標(x=0.3, y=0.0161 z=0.1)を中心に、XY平面上に半径0.1 mの円を3回描くように手先を動かす |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中心のy座標がかなり細かい数値になっていますがこれにはなにか理由があるのでしょうか?
可動範囲の問題であれば0.1等キリのいい数値でいいかと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Kuwamai <[email protected]>
What does this implement/fix?
cartesian_pathサンプルを追加します。
動作概要は、CRANE X7のcartesian_pathサンプルと同様です。
Does this close any currently open issues?
しません。
How has this been tested?
Gzebo上でテストしました。
Any other comments?
Checklists