Im using Jetson AGX Orin kit, Jetpack version: 5.1.1 and using SSD as an optional storage for ROS2 workspace.
While I first ran the ./scripts/run_dev.sh, I got the following error
ERROR: BuildKit is enabled but the buildx component is missing or broken.
So I changed the DOCKER_BUILDKIT=0 and ran the script.
Now I could run the docker container in my board but if I run ./run_dev.sh from isaac_ros_common, the directory tree in the docker is not same as the directory tree in my ssd, there was no directory called src in the isaac_ros-dev, I created src and moved all the respective directories inside src.
Then while launching the ros2 disparity node I got the following error as given in the troubleshooting.
ERROR: Package ‘isaac_ros_ess’ not found
Then I used the colcon build --packages-up-to isaac_ros_ess to build the package but i got the following issue
ERROR: Could not find a package configuration file provided by “isaac_ros_image_proc”
This file was available only in the isaac_ros_imagepipeline package. So I pulled isaac_ros_imagepipeline and isaac_ros_nitros (which was the procedure given in the website version before 17th Nov 2023 isaac_ros_ess) and I ran the colcon build, once again there is CMakeFiles failure in isaac_ros_image_proc: saying couldn’t de-reference member functions and members in .cpp files.
I was able to run the disparity node in the AGX Orin’s internal memory in Oct 2023. Any kind of insight would be really helpful.