Open Weilesscodeless opened 1 year ago
error: ‘atomic’ in namespace ‘std’ does not name a template type
static std::atomic
Hi,
The test platform was Ubuntu 18.04. Usually you need at least satisfy the dependencies of ORBSLAM. Stella_slam is almost same but newer.
Compiling errors may occur when you use for example different version of g2o.
Best,
Structure PLP-SLAM: Copyright (C) 2022, Department Augmented Vision, DFKI, Germany. All rights reserved.
Camera Configuration:
ORB Configuration:
Other Configuration: PangolinViewer:
[2023-02-28 20:50:37.550] [I] loading ORB vocabulary: ./orb_vocab/orb_vocab.dbow2 [2023-02-28 20:50:42.016] [I] startup SLAM system [2023-02-28 20:50:42.017] [I] start mapping module [2023-02-28 20:50:42.018] [I] start global optimization module [2023-02-28 20:50:47.810] [I] initialization succeeded with F double free or corruption (out) Aborted at 1677588647 (unix time) try "date -d @1677588647" if you are using GNU date PC: @ 0x0 (unknown) SIGABRT (@0x3e800000951) received by PID 2385 (TID 0x7f435d603640) from PID 2385; stack trace: @ 0x7f437be42520 (unknown) @ 0x7f437be96a7c pthread_kill @ 0x7f437be42476 raise @ 0x7f437be287f3 abort @ 0x7f437be896f6 (unknown) @ 0x7f437bea0d7c (unknown) @ 0x7f437bea2ef0 (unknown) @ 0x7f437bea54d3 free @ 0x7f437ceca298 g2o::OptimizableGraph::~OptimizableGraph() @ 0x7f437d2b90aa PLPSLAM::optimize::global_bundle_adjuster::optimize() @ 0x7f437d234483 PLPSLAM::module::initializer::create_map_for_monocular() @ 0x7f437d234c93 PLPSLAM::module::initializer::initialize() @ 0x7f437d0fec1c PLPSLAM::tracking_module::initialize() @ 0x7f437d100ea5 PLPSLAM::tracking_module::track() @ 0x7f437d10130f PLPSLAM::tracking_module::track_monocular_image() @ 0x7f437d0e7e5c PLPSLAM::system::feed_monocular_frame() @ 0x55688a9a1450 _ZZ13mono_trackingRKSt10shared_ptrIN7PLPSLAM6configEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESC_jbbbSC_ENKUlvE_clEv @ 0x7f437c2dc2b3 (unknown) @ 0x7f437be94b43 (unknown) @ 0x7f437bf26a00 (unknown) Aborted (core dumped)
hi,
The crash may be due to the different version of g2o installed, please try to de-activate BUILD_WITH_MARCH NATIVE (in ccmake .).
Best regards,
It really works! Now new trouble is no map generated. I can only see the trajectory. Im using Pangolin latest version
well,
I had this visualization problem when I test it on ubuntu 20. try to click "follow camera" and click it again, you may see a delayed visualization, unfortunately, I do not aware of where the bug is.
Best,
I got some code syntax error,may I ask you about your test platform. Ubuntu 18.04 or Ubuntu 20.04. And if needing to satisfy with requirements for stella_vslam