estimate_distance.m

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

M
13
字号
function [d, v] = estimate_distance (x, P),
%-------------------------------------------------------
% To be completed by the SLAM Summer School students
%-------------------------------------------------------
% function [d, v] = estimate_distance (x, P)
%
% obtain an estimated value, and variance, of the
% euclidean distance between two points, whore
% cartesian coordinates are given in x, with
% covariance given in P.
%-------------------------------------------------------

⌨️ 快捷键说明

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