We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description I am trying to follow the official MoveIt installation tutorial from the website. (For further reference: https://moveit.picknik.ai/main/doc/tutorials/getting_started/getting_started.html ) While running the last command I get an error concerning the architecture of my system.
Environment -ROS Distro: Jazzy -OS Version: Ubuntu 24.04 (WSL2) - CPU information:
Steps to reproduce After following through the whole tutorial, run the final command:
cd ~/ws_moveit colcon build --mixin release
Error/Output
Is there really no arm support for MoveIt? if yes, how do i fix this issue?
The text was updated successfully, but these errors were encountered:
That seems related to the ros2_kortex repo, not for MoveIt.
ros2_kortex
You could maybe try this PR branch, which adds aarch64 support? Kinovarobotics/ros2_kortex#238
aarch64
Sorry, something went wrong.
Allright, I will try that. Thank you for your answer!
Agree - this appears to be a ros2_kortex issue, not MoveIt itself
No branches or pull requests
Description
I am trying to follow the official MoveIt installation tutorial from the website. (For further reference: https://moveit.picknik.ai/main/doc/tutorials/getting_started/getting_started.html ) While running the last command I get an error concerning the architecture of my system.
Environment
-ROS Distro: Jazzy
-OS Version: Ubuntu 24.04 (WSL2)
- CPU information:
Steps to reproduce
After following through the whole tutorial, run the final command:
Error/Output
Is there really no arm support for MoveIt? if yes, how do i fix this issue?
The text was updated successfully, but these errors were encountered: