Rotoslider
Rotoslider
Yes I delete the build folder between builds. If I place the following into the CMakeLists.txt file: `find_package(CUDAToolkit REQUIRED) if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES) set(CMAKE_CUDA_ARCHITECTURES 86) endif() ` The CMAKE_CUDA_ARCHITECTURES: 86 do...
sadly I still get the same error even with `cmake . -D TCNN_CUDA_ARCHITECTURES=86 -B build` Not sure whats going on. I deleted the build folder before trying it. results: `c:\Users\me\Documents\instant-ngp>cmake...
 Really nice program
I fixed the cv errors by changing all instances of `CV_LOAD_IMAGE_GRAYSCALE` to` IMREAD_GRAYSCALE` All instances of `CV_MINMAX` to `cv::NORM_MINMAX` You need to change this in mat_io_test.cpp and sumpixel_test.cpp Changed CMakeList.txt...
Thank you for your response. I started over on a different computer and managed to get the Livox Horizon working and it outputs the results file. How do I save...
Thank you for the quick fix to the save. Once I verify the Velodyne is working this weekend I will close this. Thank you for your quick responses. Much appreciated.
I have narrowed down the issue why I cannot get LIDAR_IMU_init to work on my portable rig. It builds fine on my desktop Linux box but I get a bracket...
I have now tried to get this package to work on 3 different arm computers. Two Pie4's 8gb each and a Jetson AGX. All come up with the same error...
I finally got this working and I ran it for my setup. I see no difference in the output in LIO_SAM when I put in the values generated by lidar_imu_calib....
> > I finally got this working and I ran it for my setup. I see no difference in the output in LIO_SAM when I put in the values generated...