Closed alieabd closed 2 months ago
It seems there is a problem in your Conan configuration which prevents it from finding Kortex API on our Artifactory server. In general, I advise wiping the Conan installation clean and starting over because it is easier than finding the issue, but in this particular case, there is a more convenient workaround. You can set the USE_CONAN option (line 7 in CMakeLists.txt to OFF and just fetch the API manually first. Simply pick the version that corresponds to your environment in the list available on our artifactory server (https://artifactory.kinovaapps.com/ui/repos/tree/General/generic-public/kortex/API/2.6.0)
Hope this helps.
Thank you for your previous response; it resolved the initial issue. However, I’ve encountered another error. Below are the details:
Error Output:
You can see the output of catkin_make in the output.txt file:
Observation:
kortex_API
directory is empty.Directory Structure:
Here is the output of the tree
command showing the directory structure:
The API package you downloaded from the Artifactory server should be added to the kortex_api folder.
Issue Summary
I encountered multiple issues while trying to build the
ros_kortex
package. Below are the steps I followed and the errors I encountered. Attached is a screenshot of the terminal with the error messages.Steps to Reproduce
I followed the steps provided in the Github page, however I did't know how to use the Download links section:
Install Conan and Dependencies:
Build the Workspace:
Errors Encountered
Additional Information
Other information:
you can see the whole log below: