-
Notifications
You must be signed in to change notification settings - Fork 52
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
Can not run Euroc datasets #11
Comments
Hi, I have tried it and it worked well. Maybe you need to check the config of euroc. |
I have checked it, and can not find the problem. My euroc config file as flows, could you help me check it? Extrinsic parameter between IMU and Camera.estimate_extrinsic: 0 # 0 Have an accurate extrinsic parameters. We will trust the following imu^R_cam, imu^T_cam, don't change it. body_T_cam0: !!opencv-matrix body_T_cam1: !!opencv-matrix #Multiple thread support #feature traker paprameters publish tracking image as topicflow_back: 1 # perform forward and backward optical flow to improve feature tracking accuracy #dynaVINS parameters #optimization parameters #imu parameters The more accurate parameters you provide, the better performance #unsynchronization parameters |
cam0 config file as fellows: |
cam1 config file as fellows: |
Or, Could you share your euroc config files? |
I have used |
Thank you for your share information. When I use euroc MH01, at the beginning it is OK, then show the wrong traj ( traj as straight line). Now I find that, I should change some code: while(costDiff<DYN_ALT_CONV && iteration<5) It can get a correct traj, but worse than vins-fusion. |
I think the code should fix feature_weight first then fix others and optimize feature_weight. A very big problem is that the results get worse. |
I have the same problem, DynaVins can't get the reasonable result with Euroc dataset. |
Hi, could you show more details? Thanks! |
I have used VIODE datasets to test the dynaVINS, and got results as better as the paper write. However, when I use the Euroc datasets to test the dynaVINS, I find that, the dynaVINS cannot get a correct results, the results is not convergence. Have you tried other datasets except other open datasets except the paper used.
The text was updated successfully, but these errors were encountered: