-
Notifications
You must be signed in to change notification settings - Fork 870
*** Aborted at 1613232792 (unix time) try "date -d @1613232792" if you are using GNU date *** #523
Comments
Hello there , |
Hi! I would advise building openvslam with |
~/src/openvslam/openvslam-pangolinViewer/build$ cmake .. FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for -- Found AMD library: /usr/lib/x86_64-linux-gnu/libamd.so |
Unfortunately the same story. It did compile successfully but it has exactly the same run time error. I suspect that there is something wrong with the dependencies. For example, Do I have to build the g2o and DBoW2 with any additional settings? |
Did you follow the instruction for building g2o and DBoW2 from openvslam docs? |
cmake .. FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for -- Failed to find CXSparse - Could not find CXSparse include directory, set CXSPARSE_INCLUDE_DIR to directory containing cs.h |
It does work now with this build now. Yes, I followed the documentation, I am just asking you because the instructions are for the 16.04 ubuntu and now I have 20.04. |
openvslam-createMap.mp4openvslamLocalizationInTheMap.mp4I hope these videos help you understand what I mean. |
Hi! I'm glad that the initial error has gone. I also experience the same behavior of PangolinViewer. But I did nothing with that :) |
Just thought about a kind of workaround in your case: you may change the color of the camera in Pangolin (change values of the color here to |
~/src/openvslam/openvslam-pangolinViewer/build$ ./run_video_slam -v ./orb_vocab/orb_vocab.dbow2 -m ./aist_living_lab_1/video.mp4 -c ./aist_living_lab_1/config.yaml --frame-skip 3 --no-sleep --map-db map.msg date -d @1613232770
[2021-02-13 18:13:11.805] [I] config file loaded: ./aist_living_lab_1/config.yaml
/ _ \ _ __ ___ _ \ \ / / __| | /\ | / |
| () | ' / -) ' \ V /_ \ |__ / _ | |/| |
_/| ./_||||_/ |/// __| ||
||
Copyright (C) 2019,
National Institute of Advanced Industrial Science and Technology (AIST)
All rights reserved.
This is free software,
and you are welcome to redistribute it under certain conditions.
See the LICENSE file.
Camera Configuration:
ORB Configuration:
[2021-02-13 18:13:11.805] [I] loading ORB vocabulary: ./orb_vocab/orb_vocab.dbow2
[2021-02-13 18:13:12.121] [I] startup SLAM system
[2021-02-13 18:13:12.121] [I] start mapping module
[2021-02-13 18:13:12.121] [I] start global optimization module
[2021-02-13 18:13:12.344] [I] initialization succeeded with E
double free or corruption (out)
*** Aborted at 1613232792 (unix time) try "date -d @1613232792" if you are using GNU date ***
PC: @ 0x7f233a03718b gsignal
*** SIGABRT (@0x3e800002889) received by PID 10377 (TID 0x7f23146fb700) from PID 10377; stack trace: ***
@ 0x7f233c762631 (unknown)
@ 0x7f233c4db3c0 (unknown)
@ 0x7f233a03718b gsignal
@ 0x7f233a016859 abort
@ 0x7f233a0813ee (unknown)
@ 0x7f233a08947c (unknown)
@ 0x7f233a08b120 (unknown)
@ 0x7f2337ef5bf2 g2o::OptimizableGraph::~OptimizableGraph()
@ 0x7f233c676d2b openvslam::optimize::global_bundle_adjuster::optimize()
@ 0x7f233c627618 openvslam::module::initializer::create_map_for_monocular()
@ 0x7f233c628163 openvslam::module::initializer::initialize()
@ 0x7f233c5a5dd0 openvslam::tracking_module::initialize()
@ 0x7f233c5a781d openvslam::tracking_module::track()
@ 0x7f233c5a7c26 openvslam::tracking_module::track_monocular_image()
@ 0x7f233c59c020 openvslam::system::feed_monocular_frame()
@ 0x55c3e04c01dc _ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZ13mono_trackingRKSt10shared_ptrIN9openvslam6configEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_SG_jbbbSG_EUlvE_EEEEE6_M_runEv
@ 0x7f233a2d6d84 (unknown)
@ 0x7f233c4cf609 start_thread
@ 0x7f233a113293 clone
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: