VINS-Mono icon indicating copy to clipboard operation
VINS-Mono copied to clipboard

roslaunch vins_estimator euroc.launch error

Open GuoChuan1314 opened this issue 4 years ago • 11 comments

[feature_tracker-2] process has died [pid 98170, exit code -11, cmd /home/lab/catkin_ws/devel/lib/feature_tracker/feature_tracker __name:=feature_tracker __log:=/home/lab/.ros/log/2e3d29ce-bb5e-11ea-8f87-13614794949c/feature_tracker-2.log]. log file: /home/lab/.ros/log/2e3d29ce-bb5e-11ea-8f87-13614794949c/feature_tracker-2*.log

How to solve it?Can you give me some advices?Thank you very much

GuoChuan1314 avatar Jul 01 '20 05:07 GuoChuan1314

hi , I have the same problem. Have you solved it? can you give me some advices? Thank you very much

ZhangYu-2019 avatar Jul 05 '20 07:07 ZhangYu-2019

Try to reinstall it, Vins_mono is not working with all versions of dependent libraries (see Prerequisites in the main page). I faced the same problem. Solved by updating libraries and reinstalling

armankuzembayev avatar Aug 14 '20 09:08 armankuzembayev

hi, are you running this on ubuntu20.04, when i ran 'roslaunch vins_estimator euroc.launch', i have encountered the same problem, and i can't solve it. Thank you!

PuYuuu avatar Oct 25 '20 06:10 PuYuuu

hi,I have the same problem, did you solve it? Thank you for your reply

FSRyan avatar Jul 26 '21 06:07 FSRyan

I have no problems using Ubuntu18.04.

PuYuuu avatar Jul 26 '21 09:07 PuYuuu

I have no problems using Ubuntu18.04.

thank you! but i want to know how to solve this problem on Ubuntu 20.04

FSRyan avatar Jul 26 '21 11:07 FSRyan

I have solved the problem.This is an opencv conflict problem. Modify the camera_model package to be compatible with opencv4. Chessboard.h add #include <opencv2/imgproc/types_c.h> #include <opencv2/calib3d/calib3d_c.h> CameraCalibration.h add #include <opencv2/imgproc/types_c.h> #include <opencv2/imgproc/imgproc_c.h>

FSRyan avatar Jul 27 '21 04:07 FSRyan

Got it, thanks!

PuYuuu avatar Jul 27 '21 05:07 PuYuuu

I have solved the problem.This is an opencv conflict problem. Modify the camera_model package to be compatible with opencv4. Chessboard.h add #include <opencv2/imgproc/types_c.h> #include <opencv2/calib3d/calib3d_c.h> CameraCalibration.h add #include <opencv2/imgproc/types_c.h> #include <opencv2/imgproc/imgproc_c.h>

Hi, I have the same problem in ubuntu20.04, after I tried this method(Thanks for providing this), it still hasn’t been resolved. I also tried to reinstall cv_bridge and prevent it from pointing to opencv4, but it’s still not effectiveto use. Could you please help me?thanks! Otherwise, could you tell me the version of your eigen and ceres? I see some posts said that the problem may be a version conflict, thanks!

sevenzero70 avatar Oct 15 '21 15:10 sevenzero70

Hi I have a question when you install ceres-solver do you use sudo make install ? I have seen that they don't recommend to do this but if I don't do it it doesn't install ceres-solver well, any suggestions ?

Eddy202208 avatar Jul 28 '22 19:07 Eddy202208

Hi I have a question when you install ceres-solver do you use sudo make install ? I have seen that they don't recommend to do this but if I don't do it it doesn't install ceres-solver well, any suggestions ?

download ceres-solver here http://ceres-solver.org/installation.html click 'tgz' to install ceres-solver-1.12.0 which is the same with HKUST's then follow the step here http://ceres-solver.org/installation.html and.. there won't be wrong on ceres-solver.(for me,it works)

LvDingzhou avatar Sep 22 '22 13:09 LvDingzhou