CodeAlan
CodeAlan
Do you have a test? Whether it can support ORB-SLAM2?
terminate called after throwing an instance of 'std::runtime_error' what(): Pangolin X11: Failed to open X display ./tum_rgbd.sh:行 53: 1650060 已放弃 (核心已转储)
Has this problem been solved?
## change this file: ### /home/xxx/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/CMakeLists.txt cmake_minimum_required(VERSION 2.4.6) include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake) rosbuild_init() IF(NOT ROS_BUILD_TYPE) SET(ROS_BUILD_TYPE Release) ENDIF() MESSAGE("Build type: " ${ROS_BUILD_TYPE}) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -march=native ") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -O3 -march=native")...