relocation_gcbb.m

来自「slam进阶学习」· M 代码 · 共 14 行

M
14
字号
function H = relocation_GCBB (features, observations)
%-------------------------------------------------------
% To be completed by the SLAM Summer School students
%-------------------------------------------------------
% function H = relocation_GCBB (features, observations)
%
% obtain the pairing hypotesis between observations and
% features, according to the Geometric Constraints
% Branch and Bound algorithm.
%-------------------------------------------------------

% silly answer
H = observations.m:-1:1;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?