-
Notifications
You must be signed in to change notification settings - Fork 150
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
MTC is not performing any movements on real hardware #604
Comments
It would be helpful to see the console log of both the move_group node and the MTC node. Probably, there you can find a hint to the underlying problem. I guess, that you are missing the task execution capability, which needs to be configured in the move_group node. |
This log is incomplete. Please don't send images, but paste text console output.
What exactly do you mean by this? |
The log still looks incomplete. There is no logging about MTC planning or execution. |
As given in my first comment: In my launch file,I had already integrated MTC script to perform some cartesian movements. In a separate launch file for Cartesian task gives me following log and launch file looks like given below:
|
The new log is unrelated to the previous one. But the previous one is incomplete! |
I configured my real Franka Emika arm for MTC to perform some simple tasks in ROS 2. However, solution is generated in Motion Planning Tasks window in Rviz but it is not moving my robotic arm. Could any one help me with that?
and given is the snippet from launch file:
What changes I should do to move my arm?
The text was updated successfully, but these errors were encountered: