⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 select_observations.m

📁 移动机器人同时定位与地图创建最前沿技术
💻 M
字号:
function result = select_observations (observations, which)
%-------------------------------------------------------
% plots the vehicle and features, whose coordinates
% appear in features.x, with symbol.
%-------------------------------------------------------
global configuration;

[ix, iy ind] = obs_rows(which);
result.z = observations.z(ind);
result.R = observations.R(ind,ind);
result.m = length(which);
result.ground_id = observations.ground_id(which);

⌨️ 快捷键说明

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