
SLAM
xiat5
既然选择了远方,便只能风雨兼程
展开
-
handfree调试出现错误config file can't be opened, check your system
出现config file can't be opened, check your system hf link initialized failed, please check the hardware等错误,是因此ROS_DEMO-master/handsfree_hw/src中的main函数中的handsfree_hw::HF_HW_ros hf(nh, "serial原创 2016-07-22 22:04:46 · 654 阅读 · 0 评论 -
编译ORB-SLAM2过程中出现find_package 无法找到openni2 package
解决方法:新建.\cmake_modules\FindOpenNI2.cmake 内容为:CMAKE_MINIMUM_REQUIRED( VERSION 2.8 ) #CMAKE版本要求 MESSAGE(STATUS "USING BUNDLED FindOpenNI2.cmake ...") FIND_PATH(OPENNI2_INCLUDE_DIR NAMES XnCp原创 2017-04-06 23:04:26 · 895 阅读 · 1 评论 -
orb安装
一、首先安装orbslam21. 安装C++11编译器$sudo apt-get install gcc g++2.安装Pangolin $ sudo apt-get install libglew-dev #安装Glew $ sudo apt-get install cmake #安装CMake #安装Boost $ sud原创 2017-04-16 18:11:52 · 671 阅读 · 0 评论 -
ubuntu install ceres
clone the git repository git clone https://ceres-solver.googlesource.com/ceres-solver or: http://ceres-solver.org/ceres-solver-1.13.0.tar.gzStart by installing all the dependencies: s原创 2018-01-25 16:57:02 · 3430 阅读 · 0 评论