Have been struggling with getting SVO to run on the provided data-set. Following is the back trace I get from gdb
`[ INFO] [1529271066.910056331]: Init: KLT 46.5785px average disparity.
[ INFO] [1529271066.943693181]: Init: KLT tracked 143 features
[ INFO] [1529271066.943767393]: Init: KLT 48.3242px average disparity.
[ INFO] [1529271066.975313537]: Init: KLT tracked 143 features
[ INFO] [1529271066.975392188]: Init: KLT 49.9558px average disparity.
[ INFO] [1529271067.008303615]: Init: KLT tracked 143 features
[ INFO] [1529271067.008384502]: Init: KLT 51.8553px average disparity.
[ INFO] [1529271067.009837697]: Init: Homography RANSAC 137 inliers.
[ INFO] [1529271067.010010750]: Init: Selected second frame, triangulated initial map.
Thread 7 "vo" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc2085700 (LWP 7812)]
0x00007ffff74cfb34 in svo::DepthFilter::initializeSeeds(boost::shared_ptrsvo::Frame) () from /home/akshat/catkin_ws/devel/lib/libsvo.so
(gdb) bt
#0 0x00007ffff74cfb34 in svo::DepthFilter::initializeSeeds(boost::shared_ptrsvo::Frame) () at /home/akshat/catkin_ws/devel/lib/libsvo.so
#1 0x00007ffff74d02a7 in svo::DepthFilter::updateSeedsLoop() () at /home/akshat/catkin_ws/devel/lib/libsvo.so
#2 0x00007ffff330bbcd in () at /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.65.1
#3 0x00007ffff3c686db in start_thread (arg=0x7fffc2085700) at pthread_create.c:463
#4 0x00007ffff595688f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
`
Configuration I have been running is
ROS melodic
Ubuntu 18.04 - 64 bit ( although similar issues faced with 14.04)
Please help since I have been stuck on this for a long time now
Have been struggling with getting SVO to run on the provided data-set. Following is the back trace I get from gdb
`[ INFO] [1529271066.910056331]: Init: KLT 46.5785px average disparity.
[ INFO] [1529271066.943693181]: Init: KLT tracked 143 features
[ INFO] [1529271066.943767393]: Init: KLT 48.3242px average disparity.
[ INFO] [1529271066.975313537]: Init: KLT tracked 143 features
[ INFO] [1529271066.975392188]: Init: KLT 49.9558px average disparity.
[ INFO] [1529271067.008303615]: Init: KLT tracked 143 features
[ INFO] [1529271067.008384502]: Init: KLT 51.8553px average disparity.
[ INFO] [1529271067.009837697]: Init: Homography RANSAC 137 inliers.
[ INFO] [1529271067.010010750]: Init: Selected second frame, triangulated initial map.
Thread 7 "vo" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc2085700 (LWP 7812)]
0x00007ffff74cfb34 in svo::DepthFilter::initializeSeeds(boost::shared_ptrsvo::Frame) () from /home/akshat/catkin_ws/devel/lib/libsvo.so
(gdb) bt
#0 0x00007ffff74cfb34 in svo::DepthFilter::initializeSeeds(boost::shared_ptrsvo::Frame) () at /home/akshat/catkin_ws/devel/lib/libsvo.so
#1 0x00007ffff74d02a7 in svo::DepthFilter::updateSeedsLoop() () at /home/akshat/catkin_ws/devel/lib/libsvo.so
#2 0x00007ffff330bbcd in () at /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.65.1
#3 0x00007ffff3c686db in start_thread (arg=0x7fffc2085700) at pthread_create.c:463
#4 0x00007ffff595688f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
`
Configuration I have been running is
ROS melodic
Ubuntu 18.04 - 64 bit ( although similar issues faced with 14.04)
Please help since I have been stuck on this for a long time now