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

ros2_controlの使用例の追加 #160

Open
sotanakamura opened this issue Jul 30, 2024 · 0 comments
Open

ros2_controlの使用例の追加 #160

sotanakamura opened this issue Jul 30, 2024 · 0 comments
Labels
Type: Feature New Feature

Comments

@sotanakamura
Copy link

sotanakamura commented Jul 30, 2024

現状の問題点

ros2_controlの使用方法が記載されていないため、MoveIt 2の代わりに独自の軌道生成プログラムを使用する方法やテレオペレーションのように直接関節角度を指定する方法が明確ではありません。

改善案

ros2_controlの使用方法を記載します。コマンドラインから次を実行することで、関節角度を指定することができます。

ros2 topic pub /right_arm_controller/joint_trajectory trajectory_msgs/msg/JointTrajectory "{joint_names: [r_arm_joint1, r_arm_joint2, r_arm_joint3, r_arm_joint4, r_arm_joint5, r_arm_joint6, r_arm_joint7], points: [{positions: [0,0,0,0,0,0,0]}]}" --once
@sotanakamura sotanakamura added the Type: Feature New Feature label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant