-
Notifications
You must be signed in to change notification settings - Fork 320
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
Can't roslaunch bringup Kinova JACO arms anymore #290
Comments
What was the resolution to this error? I am running into the same issue. |
Hi @brenhertel, You will find our API library located in the lib folder in the repo : https://github.com/Kinovarobotics/kinova-ros/tree/melodic-devel/kinova_driver/lib Make sure the folder is named correctly and the .so files are present and they are the correct files (the exact ones from the branch and commit you are using). Best, |
Hi Felix, This is the case. After setting up the repo using the instructions listed at https://github.com/Kinovarobotics/kinova-ros I first tried the kinova_robot.launch command and got this error. I've tried several fixes, such as specifically including these folders in $LD_LIBRARY_PATH, using ldconfig, and moving the files into /lib, all of which ran into the same errors. Additionally I've cleaned and used make/build on the workspace multiple times. Thanks for your help, |
Was it working before? If so, what did you change? Are you running ROS on a raspberry pi or other ARM computer? |
I have this working on other computers and have never run into this issue before. This issue arose on a computer running ARM, specifically the NVIDIA Jetson Tx2. |
@brenhertel, this is probably the issue.
Try it out and tell me if it works Edit: Linked to our Gen3 page, this comment is not applicable for Jaco2 arms |
Hi Felix, I was able to successfully install and build according to the instructions at that link, but unfortunately the error persists. I will post the output I am getting for reference in case it helps.
|
Hi @brenhertel, I am very sorry, my previous comment is wrong. I sent you to our Gen3 page, but you are using a Jaco2. We do not provide official library files for other system architecture.
This is given "as is" and I have no garanty if it will work or not. Best of luck, |
Hi Felix, Thank you, I think this has been a huge step in the right direction. Using the first link you posted (the one compiled for Jetson Tx2), I downloaded the .so files and renamed them to the names of the libraries of the original kinova driver (https://github.com/Kinovarobotics/kinova-ros/tree/melodic-devel/kinova_driver/lib). It seems to actually be able to open these libraries now and attempt to run them. Unfortunately, a new error has arisen: Thanks, |
This seems to be an error with the libusb package. If it doesn't work I would try to remove and re-install different packages : libusb, libusb-1.0, libusb-dev or libusb-1.0-0-dev |
Hi @blocka23, Did you manage to resolve the issue? I will close the issue regardless in a couple of days/weeks if I do not get any update. Best, |
Description
Hello, I recently upgraded to ROS Kinetic on Ubuntu 16.04. Now, unfortunately, I'm getting an error when I try to roslaunch bringup my Kinova JACO arms. I've tried googling for the answer with no luck of anyone else facing this issue. Thanks very much in advance for any advice or suggestions you provide to helping me get my arms back up and running again!
Version
ROS distribution : Kinetic
Branch and commit you are using : master
Command I'm running
Expected behavior
In this past, this code working for bringing up the arms and there'd be no issues and I could just go about with controlling htem.
Now I'm getting these errors --> see the bottom especially [FATAL] and [left_driver-1]
The text was updated successfully, but these errors were encountered: