-
Notifications
You must be signed in to change notification settings - Fork 219
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
Kuka Kr6r900sixx Joints not found #67
Comments
Have you looked through the |
Thank you for your super fast answer. |
A few things:
Make sure you have selected a good planner on the MoveIt planning request setup tab. See #62.
Please see if gavanderhoorn/kuka_experimental/kr6r900sixx_moveit_rsi_convenience works for you. That branch contains a KR6 R900 sixx MoveIt configuration with everything setup to use it with ROS-Industrial (or just through the If you plan on using this with the The MoveIt config is experimental (hence the need for some minor manual patching) and the installation instructions are in the process of being updated. These changes will be merged soon, which will make things go a little smoother. Feel free to ask questions if something isn't clear. |
As to your original problem: I suspect this is something local to your machine / ROS environment setup, rather than an issue with the xacro we have in the As you noted yourself, the |
Even though I could not solve the original Problem you're MoveIt setup works perfectly fine for me. |
No, I'm afraid I don't. |
@mat-l: I'm going to close this issue, as I believe you have found a working solution (although it isn't actually a solution to your original issue). If you want to continue troubleshooting, please re-open and provide us with more information and a way to reproduce the problem. |
Hey all,
I tried to use the Kr6r900 in MoveIt. Therefore I created an kr6_moveit_config folder with the moveit_assistant using the xacro_urdf file from /kuka_kr6_support/urdf folder. After navigating to the launch folder within the moveit_config folder I started demo.launch in Terminal.
As result RViz opens with the Robot but if I try to plan a random path it consumes a lot of time and the Solution found is a complicated Path with lots of useless motions. In Terminal I get the following Error for each of the Joints:
It seems like MoveIt is trying to load the Joint from the Kr6r900sixx file but instead of searching for Joint 1 to Joint 6 it uses the names from the UR Package.
At first I had the UR and Kuka files in the same Catkin Workspace. But even after seperating them in two different Workspaces the Error occured.
Any suggestions are appreciated.
Thanks
The text was updated successfully, but these errors were encountered: