You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: