You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a problem with isaac_ros_common using:
A Jetson Orin Nano 8GB developer kit,
Jetpack 5.1.2
The Isaac ROS docker image, launched by run_dev.sh in isaac_ros_common
Running colcon build in my isaac_ros-ws leads to this error:
colcon build
Starting >>> isaac_ros_common
Starting >>> isaac_ros_test
--- stderr: isaac_ros_common
CMake Error at CMakeLists.txt:31 (find_package):
By not providing "Findvpi.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "vpi", but
CMake did not find one.
Could not find a package configuration file provided by "vpi" with any of
the following names:
vpiConfig.cmake
vpi-config.cmake
Add the installation prefix of "vpi" to CMAKE_PREFIX_PATH or set "vpi_DIR"
to a directory containing one of the above files. If "vpi" provides a
separate development package or SDK, be sure it has been installed.
---
Failed <<< isaac_ros_common [1.76s, exited with code 1]
Aborted <<< isaac_ros_test [2.59s]
Do you know if this Jetson was upgraded from 5.1.1 or an older version of JetPack using the OTA method, or was it reflashed using the SDK Manager? As a more extreme option, you may want to reflash your Jetson via SDK Manager to get a "clean slate".
Hello,
I am following this tutorial: https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_argus_camera/isaac_ros_argus_camera/index.html#stereo-camera
I am having a problem with
isaac_ros_common
using:Running colcon build in my isaac_ros-ws leads to this error:
Here is some debugging:
There are some broken Symlinks as well
I've tried solutions like:
https://forums.developer.nvidia.com/t/cmake-cannot-find-vpi-after-isaac-ros-2-1-upgrade/273692
rm -R build install log
Thanks for your help!
The text was updated successfully, but these errors were encountered: