Segmentation Fault after running ros node. #105
-
Hello, first of all, thank you for making this library open-source. I have been trying to get this package running on the Noetic, but as soon as I run the node it throws a segmentation fault error, and the node crashes. Any ideas about what is causing the segmentation fault error? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
How did you build it? |
Beta Was this translation helpful? Give feedback.
-
The stella_vslam library I built it with these flags, cmake I have seen few issues with the g2o library as well, so for g20 I built it using these flags, cmake For the stella_vslam_ros, I used these flags catkin_make -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF |
Beta Was this translation helpful? Give feedback.
-
Try building stella_vslam with |
Beta Was this translation helpful? Give feedback.
-
In addition, add |
Beta Was this translation helpful? Give feedback.
-
I built stella_vslam again by changing the flags you mentioned, here is the log (One thing I just noticed is the conflict of OpenCV header files, could that be the reason?) luffy@roger:~/hydra_slam/stella_vslam/build$ make -j6 |
Beta Was this translation helpful? Give feedback.
-
Same as #112. |
Beta Was this translation helpful? Give feedback.
Same as #112.