-
Notifications
You must be signed in to change notification settings - Fork 48
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
Linux architecture issue #169
Comments
No, at this time Kinova does not provide an arm64 kortex api |
Would it be possible to use moveit? |
Duplicate of #158 |
Hi @moriarty, We where hoping you could help us get the Kinova gen3 ROS 2 drivers working on NIVIDA Jetson. Are you the best person to collaborate with? Do you have the source secure to compile the stack on the ARM cortex?... or is there someone else we should colab with? |
Which Jetson? The older Jetson with older arm chip might be possible but not the newer models. I don't have access to the kortex api source code but have asked Kinova for newer arm chip support. |
Kinova supports the kortex_api package on ARM (Jetson armv7 compiled with gcc) but it is not currently added as a supported architecture in the ros2_kortex_api package. As mentionned, support for aarch64 is not currently available. |
Yes I don't have an armv7 board myself setup to test it out right now, and I thought the latest Jetsons were armv8 but if the kortex_api is available this should be possible. We had originally discussed arm64 support as part of the ROS 2 drivers project because it's a common with all the new MacBook chips. As also discussed it would be really great if enough of the underlying kortex api could be open sourced so that as new chips are released support could be added with less effort and easier to support and debug. I'm currently pretty busy and no longer have a Kinova Gen3 to test on hardware, but I think I have an old Jetson in storage that I could test on... If the binary api is available then it should be just a bit of CMake to pull that in based on the architecture. |
Hi has there been any update on this? I'm running Ubuntu 22 with ROS2 in a virtual machine on my Macbook with M1 and running into the same issue. |
I was able to get my system up and running, but will not claim that this is scalable or a best practice, merely a workaround. I first changed to the link and architecture type in cmake as @ffournier-kinova suggested, but the extract feature through fetch content was expecting a tar file, not a zip. Threw up build errors, and I'm not familiar enough with fetch content for my 2 minutes of googling to produce a solve. Therefore, here is my working workaround: this in on Nvidia Orin Dev Kit running ROS2 Humble
Working cmake code for kortex_api package below:
You will also need to update the kortex driver cmake in the same way. So far no issues, I will report back if something else is broken with this process in use that I haven't discovered yet. I also had to delete all references to issac sim for the package to work, but I believe that error was unrelated. |
Hi, how would you change the kortex driver cmake. Could you point in what we will need to change. |
I am trying to run ros2_kortex inside a docker on stereolab's zedbox orin nx. But when I tried to compile the sources i got an error that aarch64 is not supported.
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: