-
Notifications
You must be signed in to change notification settings - Fork 72
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
Seg Fault after successful compiling #2
Comments
Maybe you can try gdb to get some information |
@longchao343 超哥,你跑起来了吗?调用mrpt库生成场景那里一直崩溃,请问如何解决? |
I meet below running error, which seems originate from mrpt based scene creating: =============== MRPT EXCEPTION ============= Aborted (core dumped) |
@highlightz 跑起来了,我把mrpt相关的全部去掉了,他的显示实现好像有问题,数据集没几个能跑通的。。。 |
V102这种,跑的效果如何?稳定性和精度。 |
I want yo know the" ./run_pipeline <dataset_path> ",how to use? I always have this mistake: What needs to be modified in this step?Can the specific command guide me? |
@highlightz 请问你调试出来了吗?我也是遇到segmentation fault。 |
I do have the same problem. the result is nothing show in MRPT window. you can only see the output in console. |
I am not sure about your issue, but I really meet one like this, I found I was incorrectly organizing the datasets directory. Later, I corrected like this,
Then, I set the environmental variable DATASETS_DIR using commands like this
After the two operations, I run run_pipline using dataset_name image1, as is shown below Hope you are in helping hands |
Maybe bugs lie in sceneRepresentation.cpp, where there is something wrong with line 264, line 285, line 313. I investigate by some lines like this I dig deeper and find that v_aux_ are always holding the same value with v_aux, thus no need to differentiate them. Therefore, I replace v_aux_ with v_aux and comment this line v_aux_ = v_aux; , so are the other two variables v_auxgt_ and v_aux1_ . Then I recompile and re-run run_pipline to successfully see the window. My final video seems like this Hope a helping hand! |
@2016cxg : Bro can we please chat in detail...im having this issue running pl-svo. I would be grateful. My wechat: Maazbutt or 13121025446 I think this error is because of line 559 in scenerepresentation.cpp....as it cannot find any help.png. |
I've seen there are only three v_aux_ in the following several lines but I did not test it because it can not compile successfully as the develop verionment changed. Embarrassing ..... |
It surely will stick at line **v_aux_ = v_aux **. Change the first line into the second line. Hoping a useful hand. |
Hi @2016cxg |
commad:
../bin/run_pipeline ../config/dataset_params.yaml
I get the following error:
FATAL: Signal SIGSEGV caught!
gdb does not provide any information:
Program received signal SIGSEGV, Segmentation fault.
0x000000000040f862 in main ()
I have not idea where the issue might be. I compiled Sophus, Vitik, SVO and pl-svo in that order.
Thanks,
Luis Puig
The text was updated successfully, but these errors were encountered: