We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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の使用方法が記載されていないため、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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状の問題点
ros2_controlの使用方法が記載されていないため、MoveIt 2の代わりに独自の軌道生成プログラムを使用する方法やテレオペレーションのように直接関節角度を指定する方法が明確ではありません。
改善案
ros2_controlの使用方法を記載します。コマンドラインから次を実行することで、関節角度を指定することができます。
The text was updated successfully, but these errors were encountered: