-
Notifications
You must be signed in to change notification settings - Fork 23
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
Colcon Build Failure due to Missing of several dependencies #44
Comments
Solution 1 - Missing of
|
Solution 2 - Missing of Missing of nvcv/Tensor.hpp As I am using this on Orin, these are the aarch64 sources - you will need x86-sources if you try to run that on your DGX or Desktop-Machine. sudo dpkg -i nvcv-lib-0.5.0_beta_DP-cuda12-aarch64-linux.deb sudo dpkg -i nvcv-dev-0.5.0_beta_DP-cuda12-aarch64-linux.deb |
Hi @wegmanma Check with you, which Jetpack version are you running on your Orin ? Best, |
Hello Samuel I am running Jetpack 6 (Jetson Linux R36.3.0) with the latest ISAAC ROS. Best regards |
Still can not work... |
It seems a little different with my error:
|
Hi
I faced the following error when
colcon build --symlink-install
theisaac_ros_nitros
and bumps into several errors. Some of them already found the solution, but some still unresolved. Help neededError 1: Missing of magic_enum
Error 2: Missing of nvcv/Tensor.hpp
Best
Samuel
The text was updated successfully, but these errors were encountered: