加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Default.cfg 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Immortalqx 提交于 2022-01-31 17:59 . update
#=============================pi slam===========================
Map?=Hash
LoopDetector?=GPS
FeatureDetector?=Sift
Tracker?=opt
Mapper?=demo
Matcher?=multiH
Initializer?=svd
SLAM=libpislam
if $(FeatureDetector)=Sift
Vocabulary?=sift_10_4_tf_l1.gbow
else
Vocabulary?=orb_10_5_tfidf_l1.gbow
endif
DisableTrackLastFrame?=0
EnableTrackSubMap?=1
BundlePlugin?=libgslam_optimizer_xx //if you installed OptimizerPBA please use "libgslam_optimizerPBA" to accelerate
#Dataset?=/mnt/server0/users/zhaoyong/Dataset/NPU/RTMapper/dronemap/phantom3-npu/phantom3-npu.rtm
#Dataset?=/home/bushuhui/pis/dataset_selected/20170314_Korla/gslam.cvmono
#Dataset=/home/bushuhui/msdk/my_progs/pi-lab/demo_codes/cv_robotics/phantom3-npu/phantom3-npu.rtm
Dataset=/home/immortalqx/Lab/DataSet/phantom3-npu-origin/phantom3-npu.rtm
SLAM.Feature ?= $(FeatureDetector)
SLAM.Vocabulary?= $(Vocabulary)
SLAM.nFeature ?= 1000
SLAM.isOnline ?= 1
SLAM.RestartWhenLost ?= 0
SLAM.MaxOverlap?= 0.95
SLAM.MaxLoopDistance=400
AutoStart=1
AutoQuit=0
EnableFitGPS?=0
#=============================map2dfusion===========================
DataPath?=/home/immortalqx/Lab/DataSet/phantom3-npu-origin
Map2D.DataPath ?=$(DataPath)
Map2D.Type ?=3
Map2D.Scale?=0.5
Map2D.Alpha?=0
Map2DRender.EnableSeam?=0
Win3D.Enable?=1
PrepareFrameNum=20
Map2D.BandNumber=5
AutoFeedFrames=1
Fuse2Google=1
Video.fps=30
Map.File2Save=$(Map2D.DataPath)/result.png
Result.BackGroundColor=255
if $(Map2D.Type)=4
Win3D.Enable=0
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化