Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault executing vins_node #22

Open
tainibeibi1337 opened this issue Sep 16, 2020 · 0 comments
Open

Segmentation Fault executing vins_node #22

tainibeibi1337 opened this issue Sep 16, 2020 · 0 comments

Comments

@tainibeibi1337
Copy link

Hello!

After compiling VINS-Fusion successfully, on a x86_64 machine, I am trying to execute it using Euroc config file, as so:
rosrun vins vins_node ~/catkin_ws/src/VINS_Fusion/config/euroc/euroc_mono_imu_config.yaml

Execution results in Segmentation fault:
$ rosrun vins vins_node ~/catkin_ws/src/VINS_Fusion/config/euroc/euroc_mono_imu_config.yaml [ INFO] [1600243514.529123941]: init begins config_file: /home/user/catkin_ws/src/VINS_Fusion/config/euroc/euroc_mono_imu_config.yaml Segmentation fault

I have opencv-4.4 built from source.

When trying to debug the executable using gdb, I stumbled upon this error:
Thread 1 "vins_node" received signal SIGSEGV, Segmentation fault. __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:93 93 ../sysdeps/x86_64/multiarch/strlen-avx2.S: No such file or directory.
I wasn't able to identify the root cause of the problem myself.

What could be the problem? Could it be the version of OpenCV?
I have a Jetson Xavier with opencv-4.3 installed on it, and Vins works fine there.

Would be glad for some help,
Thank you for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant