-
Notifications
You must be signed in to change notification settings - Fork 196
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
Did the driver support joint velocity control or joint torque control? #297
Comments
Hello developers of motoman package and thanks for the great ROS package. I have a question about point-streaming interface. I tried the following steps.
I sent motion_streaming_interface joint values
Is there any available implementation example to use point-streaming or documents? Thanks in advance. |
Streaming will only work if you've merged the changes in one of the PRs I linked. Can you confirm whether you have done that? |
@gavanderhoorn Thanks for quick response. I checked merge log and I can't found merge log of #215 . Which branch should I use? |
You will need to merge / port the changes in either #215 or any of the updated PRs. Without that this will not work. |
Sorry but could you please tell me the method for merging? |
You can merge pull requests locally. This page gives some info on how to do these sorts of things. |
Hello dear @gavanderhoorn, I am a member of the same research group with @harumo11.
But I'm still getting the same error shown above. |
Looking at your program, you appear to be sending messages to the ros::Publisher joint_trajectory_publisher = node_handle.advertise<trajectory_msgs::JointTrajectory>("/sia20/sia20_joint_controller/command", 1); the correct topic would appear to be |
It worked! As you said, we should send messages to /joint _command topic. Thank you so much. Really appreciate your help. |
I want to know which interface is the mostly opened gate to access the Yaskawa manipulator, We want to control every joint velocity and torque to do visual servoing.
The text was updated successfully, but these errors were encountered: