Connor Soohoo

Results 5 comments of Connor Soohoo

#6 should help. You need to make sure that nvToolsExt.so is getting linked properly to your usr/lib folder

I clocked the time of the Frame::ComputeStereoMatches() function, which looks like the bottleneck here. Because the Mat is being downloaded from the mvImagePyramid GpuMat within the for loop, it takes...

Check where your libORB_SLAM2.so file was built. My .so file was built in build so the relative file path given in CMakeLists.txt was incorrect.

For further reference look at [https://github.com/raulmur/ORB_SLAM2/issues/68#issuecomment-220739225](url)

Is it required to link the compiled hebiros_node executable to the libhebi.so file or can I use the .dylib file as a replacement? Do I need to link the executable...